#B87212

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

Shades of Dark Goldenrod #B87212

Tints of Dark Goldenrod #B87212

Color information

#B87212 (or 0xB87212) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 72 and 12. RGB value is (184,114,18). Sum of RGB (Red+Green+Blue) = 184+114+18=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B87212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87212 is #478DED. Grayscale: #7C7C7C. Windows color (decimal): -4689390 or 1209016. OLE color: 1209016.

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

Color convert

RGB18411418-
CMYK00.380.900.28
HSL34.7º82.18%39.61%-
HSV(B)34.7º90.22%72.16%-
XYZ25.8922.273.51-
YUV123.9968.19170.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.23%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 18 (7.42% from 255) = 5.70%
R=58.23%
G=36.08%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841141800.380.900.2834.782.1839.61
HexB872120265A1C235228
Octal27016222046132344312250
Binary1011100011100101001001001101011010111001000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87212; }

 p { color: rgb(184,114,18); }

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

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

 a { background-color: rgb(184,114,18); }

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

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

 span { border-color: rgb(184,114,18); }

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