#B18918

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

Shades of Dark Goldenrod #B18918

Tints of Dark Goldenrod #B18918

Color information

#B18918 (or 0xB18918) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 89 and 18. RGB value is (177,137,24). Sum of RGB (Red+Green+Blue) = 177+137+24=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B18918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18918 is #4E76E7. Grayscale: #888888. Windows color (decimal): -5142248 or 1608113. OLE color: 1608113.

HSL color Cylindrical-coordinate representation of color #B18918: hue angle of 44.31º 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 #B18918 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17713724-
CMYK00.230.860.31
HSL44.31º76.12%39.41%-
HSV(B)44.31º86.44%69.41%-
XYZ27.2427.34.7-
YUV136.0864.75157.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 24 (9.77% from 255) = 7.10%
R=52.37%
G=40.53%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771372400.230.860.3144.3176.1239.41
HexB18918017561F2c4c27
Octal26121130027126375411447
Binary1011000110001001110000101111010110111111011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18918; }

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

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

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

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

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

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

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

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