#B18408

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

Shades of Dark Goldenrod #B18408

Tints of Dark Goldenrod #B18408

Color information

#B18408 (or 0xB18408) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 84 and 08. RGB value is (177,132,8). Sum of RGB (Red+Green+Blue) = 177+132+8=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B18408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18408 is #4E7BF7. Grayscale: #838383. Windows color (decimal): -5143544 or 558257. OLE color: 558257.

HSL color Cylindrical-coordinate representation of color #B18408: hue angle of 44.02º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18408 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1771328-
CMYK00.250.950.31
HSL44.02º91.35%36.27%-
HSV(B)44.02º95.48%69.41%-
XYZ26.4325.873.83-
YUV131.3258.41160.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 8 (3.52% from 255) = 2.52%
R=55.84%
G=41.64%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177132800.250.950.3144.0291.3536.27
HexB18480195F1F2c5b24
Octal26120410031137375413344
Binary101100011000010010000110011011111111111011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18408; }

 p { color: rgb(177,132,8); }

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

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

 a { background-color: rgb(177,132,8); }

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

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

 span { border-color: rgb(177,132,8); }

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