Shades of Dark Goldenrod #B86F0C
Tints of Dark Goldenrod #B86F0C
RGB
CMYK
RGB Variations
Color information
#B86F0C (or 0xB86F0C) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 0C. RGB value is (184,111,12). Sum of RGB (Red+Green+Blue) = 184+111+12=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F0C is #4790F3. Grayscale: #7A7A7A. Windows color (decimal): -4690164 or 815032. OLE color: 815032.
HSL color Cylindrical-coordinate representation of color #B86F0C: hue angle of 34.53º 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 #B86F0C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.28 |
| HSL | 34.53º | 0.88% | 0.38% | - |
| HSV(B) | 34.53º | 0.93% | 0.72% | - |
| XYZ | 25.52 | 21.59 | 3.17 | - |
| YUV | 121.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 12 | 0 | 0.40 | 0.93 | 0.28 | 34.53 | 0.88 | 0.38 |
| Hex | B8 | 6F | C | 0 | 28 | 5D | 1C | 23 | 58 | 26 |
| Octal | 270 | 157 | 14 | 0 | 50 | 135 | 34 | 43 | 130 | 46 |
| Binary | 10111000 | 1101111 | 1100 | 0 | 101000 | 1011101 | 11100 | 100011 | 1011000 | 100110 |
Color Harmonies of #B86F0C
Complementary color
Monochromatic Colors of #B86F0C
Black with #B86F0C
Text Example
Text Example
White with #B86F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F0C; }
p { color: rgb(184,111,12); }
H1.HeaderClassName
{
color: #B86F0C;
}
.AnyTagClassName
{
color: #B86F0C;
}
</style>
background-color css
<style>
a { background-color: #B86F0C; }
a { background-color: rgb(184,111,12); }
div.DivClassName
{
background-color: #B86F0C;
}
.BgClassName
{
background-color: #B86F0C;
}
</style>
border-color css
<style>
span { border-color: #B86F0C; }
span { border-color: rgb(184,111,12); }
td.TdClassName
{
border-color: #B86F0C;
}
.TagClassName
{
border-color: #B86F0C;
}
</style>