Shades of Dark Goldenrod #B86F10
Tints of Dark Goldenrod #B86F10
RGB
CMYK
RGB Variations
Color information
#B86F10 (or 0xB86F10) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 10. RGB value is (184,111,16). Sum of RGB (Red+Green+Blue) = 184+111+16=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F10 is #4790EF. Grayscale: #7A7A7A. Windows color (decimal): -4690160 or 1077176. OLE color: 1077176.
HSL color Cylindrical-coordinate representation of color #B86F10: hue angle of 33.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B86F10 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 16 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.28 |
| HSL | 33.93º | 0.84% | 0.39% | - |
| HSV(B) | 33.93º | 0.91% | 0.72% | - |
| XYZ | 25.55 | 21.6 | 3.31 | - |
| YUV | 122 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 16 | 0 | 0.40 | 0.91 | 0.28 | 33.93 | 0.84 | 0.39 |
| Hex | B8 | 6F | 10 | 0 | 28 | 5B | 1C | 22 | 54 | 27 |
| Octal | 270 | 157 | 20 | 0 | 50 | 133 | 34 | 42 | 124 | 47 |
| Binary | 10111000 | 1101111 | 10000 | 0 | 101000 | 1011011 | 11100 | 100010 | 1010100 | 100111 |
Color Harmonies of #B86F10
Complementary color
Monochromatic Colors of #B86F10
Black with #B86F10
Text Example
Text Example
White with #B86F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F10; }
p { color: rgb(184,111,16); }
H1.HeaderClassName
{
color: #B86F10;
}
.AnyTagClassName
{
color: #B86F10;
}
</style>
background-color css
<style>
a { background-color: #B86F10; }
a { background-color: rgb(184,111,16); }
div.DivClassName
{
background-color: #B86F10;
}
.BgClassName
{
background-color: #B86F10;
}
</style>
border-color css
<style>
span { border-color: #B86F10; }
span { border-color: rgb(184,111,16); }
td.TdClassName
{
border-color: #B86F10;
}
.TagClassName
{
border-color: #B86F10;
}
</style>