#b87112

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

Shades of Dark Goldenrod #B87112

Tints of Dark Goldenrod #B87112

Color information

#B87112 (or 0xB87112) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 71 and 12. RGB value is (184,113,18). Sum of RGB (Red+Green+Blue) = 184+113+18=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B87112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87112 is #478EED. Grayscale: #7B7B7B. Windows color (decimal): -4689646 or 1208760. OLE color: 1208760.

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

Color convert

RGB18411318-
CMYK00.390.900.28
HSL34.34º82.18%39.61%-
HSV(B)34.34º90.22%72.16%-
XYZ25.7822.043.47-
YUV123.468.52171.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=58.41%
G=35.87%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841131800.390.900.2834.3482.1839.61
HexB871120275A1C225228
Octal27016122047132344212250
Binary1011100011100011001001001111011010111001000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87112; }

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

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

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

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

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

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

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

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