#B18412

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

Shades of Dark Goldenrod #B18412

Tints of Dark Goldenrod #B18412

Color information

#B18412 (or 0xB18412) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 84 and 12. RGB value is (177,132,18). Sum of RGB (Red+Green+Blue) = 177+132+18=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B18412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18412 is #4E7BED. Grayscale: #848484. Windows color (decimal): -5143534 or 1213617. OLE color: 1213617.

HSL color Cylindrical-coordinate representation of color #B18412: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18412 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17713218-
CMYK00.250.900.31
HSL43.02º81.54%38.24%-
HSV(B)43.02º89.83%69.41%-
XYZ26.4925.894.17-
YUV132.4663.41159.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=54.13%
G=40.37%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771321800.250.900.3143.0281.5438.24
HexB184120195A1F2b5226
Octal26120422031132375312246
Binary1011000110000100100100110011011010111111010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18412; }

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

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

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

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

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

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

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

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