#B18A18

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

Shades of Dark Goldenrod #B18A18

Tints of Dark Goldenrod #B18A18

Color information

#B18A18 (or 0xB18A18) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 8A and 18. RGB value is (177,138,24). Sum of RGB (Red+Green+Blue) = 177+138+24=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A18 is #4E75E7. Grayscale: #898989. Windows color (decimal): -5141992 or 1608369. OLE color: 1608369.

HSL color Cylindrical-coordinate representation of color #B18A18: hue angle of 44.71º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18A18 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17713824-
CMYK00.220.860.31
HSL44.71º76.12%39.41%-
HSV(B)44.71º86.44%69.41%-
XYZ27.3827.594.75-
YUV136.6664.42156.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=52.21%
G=40.71%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771382400.220.860.3144.7176.1239.41
HexB18A18016561F2d4c27
Octal26121230026126375511447
Binary1011000110001010110000101101010110111111011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A18; }

 p { color: rgb(177,138,24); }

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

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

 a { background-color: rgb(177,138,24); }

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

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

 span { border-color: rgb(177,138,24); }

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