Shades of Dark Goldenrod #B86C08
Tints of Dark Goldenrod #B86C08
RGB
CMYK
RGB Variations
Color information
#B86C08 (or 0xB86C08) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 08. RGB value is (184,108,8). Sum of RGB (Red+Green+Blue) = 184+108+8=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C08 is #4793F7. Grayscale: #777777. Windows color (decimal): -4690936 or 552120. OLE color: 552120.
HSL color Cylindrical-coordinate representation of color #B86C08: hue angle of 34.09º 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 #B86C08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.28 |
| HSL | 34.09º | 0.92% | 0.38% | - |
| HSV(B) | 34.09º | 0.96% | 0.72% | - |
| XYZ | 25.17 | 20.93 | 2.94 | - |
| YUV | 119.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 8 | 0 | 0.41 | 0.96 | 0.28 | 34.09 | 0.92 | 0.38 |
| Hex | B8 | 6C | 8 | 0 | 29 | 60 | 1C | 22 | 5C | 26 |
| Octal | 270 | 154 | 10 | 0 | 51 | 140 | 34 | 42 | 134 | 46 |
| Binary | 10111000 | 1101100 | 1000 | 0 | 101001 | 1100000 | 11100 | 100010 | 1011100 | 100110 |
Color Harmonies of #B86C08
Complementary color
Monochromatic Colors of #B86C08
Black with #B86C08
Text Example
Text Example
White with #B86C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C08; }
p { color: rgb(184,108,8); }
H1.HeaderClassName
{
color: #B86C08;
}
.AnyTagClassName
{
color: #B86C08;
}
</style>
background-color css
<style>
a { background-color: #B86C08; }
a { background-color: rgb(184,108,8); }
div.DivClassName
{
background-color: #B86C08;
}
.BgClassName
{
background-color: #B86C08;
}
</style>
border-color css
<style>
span { border-color: #B86C08; }
span { border-color: rgb(184,108,8); }
td.TdClassName
{
border-color: #B86C08;
}
.TagClassName
{
border-color: #B86C08;
}
</style>