Shades of Dark Goldenrod #B87512
Tints of Dark Goldenrod #B87512
RGB
CMYK
RGB Variations
Color information
#B87512 (or 0xB87512) is known color: Dark Goldenrod. HEX triplet: B8, 75 and 12. RGB value is (184,117,18). Sum of RGB (Red+Green+Blue) = 184+117+18=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B87512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87512 is #478AED. Grayscale: #7E7E7E. Windows color (decimal): -4688622 or 1209784. OLE color: 1209784.
HSL color Cylindrical-coordinate representation of color #B87512: hue angle of 35.78º 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 #B87512 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 18 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.28 |
| HSL | 35.78º | 0.82% | 0.4% | - |
| HSV(B) | 35.78º | 0.9% | 0.72% | - |
| XYZ | 26.24 | 22.96 | 3.62 | - |
| YUV | 125.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 18 | 0 | 0.36 | 0.90 | 0.28 | 35.78 | 0.82 | 0.4 |
| Hex | B8 | 75 | 12 | 0 | 24 | 5A | 1C | 24 | 52 | 28 |
| Octal | 270 | 165 | 22 | 0 | 44 | 132 | 34 | 44 | 122 | 50 |
| Binary | 10111000 | 1110101 | 10010 | 0 | 100100 | 1011010 | 11100 | 100100 | 1010010 | 101000 |
Color Harmonies of #B87512
Complementary color
Monochromatic Colors of #B87512
Black with #B87512
Text Example
Text Example
White with #B87512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87512; }
p { color: rgb(184,117,18); }
H1.HeaderClassName
{
color: #B87512;
}
.AnyTagClassName
{
color: #B87512;
}
</style>
background-color css
<style>
a { background-color: #B87512; }
a { background-color: rgb(184,117,18); }
div.DivClassName
{
background-color: #B87512;
}
.BgClassName
{
background-color: #B87512;
}
</style>
border-color css
<style>
span { border-color: #B87512; }
span { border-color: rgb(184,117,18); }
td.TdClassName
{
border-color: #B87512;
}
.TagClassName
{
border-color: #B87512;
}
</style>