Shades of Dark Goldenrod #B86F08
Tints of Dark Goldenrod #B86F08
RGB
CMYK
RGB Variations
Color information
#B86F08 (or 0xB86F08) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 08. RGB value is (184,111,8). Sum of RGB (Red+Green+Blue) = 184+111+8=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F08 is #4790F7. Grayscale: #797979. Windows color (decimal): -4690168 or 552888. OLE color: 552888.
HSL color Cylindrical-coordinate representation of color #B86F08: hue angle of 35.11º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86F08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.28 |
| HSL | 35.11º | 0.92% | 0.38% | - |
| HSV(B) | 35.11º | 0.96% | 0.72% | - |
| XYZ | 25.5 | 21.58 | 3.05 | - |
| YUV | 121.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 8 | 0 | 0.40 | 0.96 | 0.28 | 35.11 | 0.92 | 0.38 |
| Hex | B8 | 6F | 8 | 0 | 28 | 60 | 1C | 23 | 5C | 26 |
| Octal | 270 | 157 | 10 | 0 | 50 | 140 | 34 | 43 | 134 | 46 |
| Binary | 10111000 | 1101111 | 1000 | 0 | 101000 | 1100000 | 11100 | 100011 | 1011100 | 100110 |
Color Harmonies of #B86F08
Complementary color
Monochromatic Colors of #B86F08
Black with #B86F08
Text Example
Text Example
White with #B86F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F08; }
p { color: rgb(184,111,8); }
H1.HeaderClassName
{
color: #B86F08;
}
.AnyTagClassName
{
color: #B86F08;
}
</style>
background-color css
<style>
a { background-color: #B86F08; }
a { background-color: rgb(184,111,8); }
div.DivClassName
{
background-color: #B86F08;
}
.BgClassName
{
background-color: #B86F08;
}
</style>
border-color css
<style>
span { border-color: #B86F08; }
span { border-color: rgb(184,111,8); }
td.TdClassName
{
border-color: #B86F08;
}
.TagClassName
{
border-color: #B86F08;
}
</style>