#B18000

Color #B18000 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B18000

Tints of Dark Goldenrod #B18000

Color information

#B18000 (or 0xB18000) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 80 and 00. RGB value is (177,128,0). Sum of RGB (Red+Green+Blue) = 177+128+0=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B18000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18000 is #4E7FFF. Grayscale: #808080. Windows color (decimal): -5144576 or 32945. OLE color: 32945.

HSL color Cylindrical-coordinate representation of color #B18000: hue angle of 43.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B18000 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1771280-
CMYK00.2810.31
HSL43.39º100%34.71%-
HSV(B)43.39º100%69.41%-
XYZ25.8524.793.42-
YUV128.0655.73162.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.03%
G=41.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177128000.2810.3143.3910034.71
HexB180001C641F2b6423
Octal2612000034144375314443
Binary101100011000000000111001100100111111010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18000; }

 p { color: rgb(177,128,0); }

 H1.HeaderClassName
 {
   color: #B18000;
 }
 .AnyTagClassName
 {
   color: #B18000;
 }
</style>
background-color css

<style>
 a { background-color: #B18000; }

 a { background-color: rgb(177,128,0); }

 div.DivClassName
 {
   background-color: #B18000;
 }
 .BgClassName
 {
   background-color: #B18000;
 }
</style>
border-color css

<style>
 span { border-color: #B18000; }

 span { border-color: rgb(177,128,0); }

 td.TdClassName
 {
   border-color: #B18000;
 }
 .TagClassName
 {
   border-color: #B18000;
 }
</style>