Shades of Dark Goldenrod #B87C0C
Tints of Dark Goldenrod #B87C0C
RGB
CMYK
RGB Variations
Color information
#B87C0C (or 0xB87C0C) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 0C. RGB value is (184,124,12). Sum of RGB (Red+Green+Blue) = 184+124+12=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C0C is #4783F3. Grayscale: #818181. Windows color (decimal): -4686836 or 818360. OLE color: 818360.
HSL color Cylindrical-coordinate representation of color #B87C0C: hue angle of 39.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B87C0C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 12 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.28 |
| HSL | 39.07º | 0.88% | 0.38% | - |
| HSV(B) | 39.07º | 0.93% | 0.72% | - |
| XYZ | 27.04 | 24.63 | 3.68 | - |
| YUV | 129.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 12 | 0 | 0.33 | 0.93 | 0.28 | 39.07 | 0.88 | 0.38 |
| Hex | B8 | 7C | C | 0 | 21 | 5D | 1C | 27 | 58 | 26 |
| Octal | 270 | 174 | 14 | 0 | 41 | 135 | 34 | 47 | 130 | 46 |
| Binary | 10111000 | 1111100 | 1100 | 0 | 100001 | 1011101 | 11100 | 100111 | 1011000 | 100110 |
Color Harmonies of #B87C0C
Complementary color
Monochromatic Colors of #B87C0C
Black with #B87C0C
Text Example
Text Example
White with #B87C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C0C; }
p { color: rgb(184,124,12); }
H1.HeaderClassName
{
color: #B87C0C;
}
.AnyTagClassName
{
color: #B87C0C;
}
</style>
background-color css
<style>
a { background-color: #B87C0C; }
a { background-color: rgb(184,124,12); }
div.DivClassName
{
background-color: #B87C0C;
}
.BgClassName
{
background-color: #B87C0C;
}
</style>
border-color css
<style>
span { border-color: #B87C0C; }
span { border-color: rgb(184,124,12); }
td.TdClassName
{
border-color: #B87C0C;
}
.TagClassName
{
border-color: #B87C0C;
}
</style>