Shades of Dark Goldenrod #B87D12
Tints of Dark Goldenrod #B87D12
RGB
CMYK
RGB Variations
Color information
#B87D12 (or 0xB87D12) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 12. RGB value is (184,125,18). Sum of RGB (Red+Green+Blue) = 184+125+18=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D12 is #4782ED. Grayscale: #828282. Windows color (decimal): -4686574 or 1211832. OLE color: 1211832.
HSL color Cylindrical-coordinate representation of color #B87D12: hue angle of 38.67º 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 #B87D12 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.28 |
| HSL | 38.67º | 0.82% | 0.4% | - |
| HSV(B) | 38.67º | 0.9% | 0.72% | - |
| XYZ | 27.21 | 24.9 | 3.94 | - |
| YUV | 130.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 18 | 0 | 0.32 | 0.90 | 0.28 | 38.67 | 0.82 | 0.4 |
| Hex | B8 | 7D | 12 | 0 | 20 | 5A | 1C | 27 | 52 | 28 |
| Octal | 270 | 175 | 22 | 0 | 40 | 132 | 34 | 47 | 122 | 50 |
| Binary | 10111000 | 1111101 | 10010 | 0 | 100000 | 1011010 | 11100 | 100111 | 1010010 | 101000 |
Color Harmonies of #B87D12
Complementary color
Monochromatic Colors of #B87D12
Black with #B87D12
Text Example
Text Example
White with #B87D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D12; }
p { color: rgb(184,125,18); }
H1.HeaderClassName
{
color: #B87D12;
}
.AnyTagClassName
{
color: #B87D12;
}
</style>
background-color css
<style>
a { background-color: #B87D12; }
a { background-color: rgb(184,125,18); }
div.DivClassName
{
background-color: #B87D12;
}
.BgClassName
{
background-color: #B87D12;
}
</style>
border-color css
<style>
span { border-color: #B87D12; }
span { border-color: rgb(184,125,18); }
td.TdClassName
{
border-color: #B87D12;
}
.TagClassName
{
border-color: #B87D12;
}
</style>