Shades of Dark Goldenrod #B87B12
Tints of Dark Goldenrod #B87B12
RGB
CMYK
RGB Variations
Color information
#B87B12 (or 0xB87B12) is known color: Dark Goldenrod. HEX triplet: B8, 7B and 12. RGB value is (184,123,18). Sum of RGB (Red+Green+Blue) = 184+123+18=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87B12 is #4784ED. Grayscale: #818181. Windows color (decimal): -4687086 or 1211320. OLE color: 1211320.
HSL color Cylindrical-coordinate representation of color #B87B12: hue angle of 37.95º 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 #B87B12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 18 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.28 |
| HSL | 37.95º | 0.82% | 0.4% | - |
| HSV(B) | 37.95º | 0.9% | 0.72% | - |
| XYZ | 26.96 | 24.4 | 3.86 | - |
| YUV | 129.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 18 | 0 | 0.33 | 0.90 | 0.28 | 37.95 | 0.82 | 0.4 |
| Hex | B8 | 7B | 12 | 0 | 21 | 5A | 1C | 26 | 52 | 28 |
| Octal | 270 | 173 | 22 | 0 | 41 | 132 | 34 | 46 | 122 | 50 |
| Binary | 10111000 | 1111011 | 10010 | 0 | 100001 | 1011010 | 11100 | 100110 | 1010010 | 101000 |
Color Harmonies of #B87B12
Complementary color
Monochromatic Colors of #B87B12
Black with #B87B12
Text Example
Text Example
White with #B87B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B12; }
p { color: rgb(184,123,18); }
H1.HeaderClassName
{
color: #B87B12;
}
.AnyTagClassName
{
color: #B87B12;
}
</style>
background-color css
<style>
a { background-color: #B87B12; }
a { background-color: rgb(184,123,18); }
div.DivClassName
{
background-color: #B87B12;
}
.BgClassName
{
background-color: #B87B12;
}
</style>
border-color css
<style>
span { border-color: #B87B12; }
span { border-color: rgb(184,123,18); }
td.TdClassName
{
border-color: #B87B12;
}
.TagClassName
{
border-color: #B87B12;
}
</style>