#B87312

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

Shades of Dark Goldenrod #B87312

Tints of Dark Goldenrod #B87312

Color information

#B87312 (or 0xB87312) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 73 and 12. RGB value is (184,115,18). Sum of RGB (Red+Green+Blue) = 184+115+18=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B87312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87312 is #478CED. Grayscale: #7D7D7D. Windows color (decimal): -4689134 or 1209272. OLE color: 1209272.

HSL color Cylindrical-coordinate representation of color #B87312: hue angle of 35.06º 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 #B87312 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18411518-
CMYK00.380.900.28
HSL35.06º82.18%39.61%-
HSV(B)35.06º90.22%72.16%-
XYZ26.0122.53.54-
YUV124.5767.86170.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=58.04%
G=36.28%
B=5.68%

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
Decimal1841151800.380.900.2835.0682.1839.61
HexB873120265A1C235228
Octal27016322046132344312250
Binary1011100011100111001001001101011010111001000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87312; }

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

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

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

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

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

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

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

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