Shades of Dark Goldenrod #B9860D
Tints of Dark Goldenrod #B9860D
RGB
CMYK
RGB Variations
Color information
#B9860D (or 0xB9860D) is known color: Dark Goldenrod. HEX triplet: B9, 86 and 0D. RGB value is (185,134,13). Sum of RGB (Red+Green+Blue) = 185+134+13=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9860D is #4679F2. Grayscale: #878787. Windows color (decimal): -4618739 or 886457. OLE color: 886457.
HSL color Cylindrical-coordinate representation of color #B9860D: hue angle of 42.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9860D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.27 |
| HSL | 42.21º | 0.87% | 0.39% | - |
| HSV(B) | 42.21º | 0.93% | 0.73% | - |
| XYZ | 28.61 | 27.39 | 4.16 | - |
| YUV | 135.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 13 | 0 | 0.28 | 0.93 | 0.27 | 42.21 | 0.87 | 0.39 |
| Hex | B9 | 86 | D | 0 | 1C | 5D | 1B | 2A | 57 | 27 |
| Octal | 271 | 206 | 15 | 0 | 34 | 135 | 33 | 52 | 127 | 47 |
| Binary | 10111001 | 10000110 | 1101 | 0 | 11100 | 1011101 | 11011 | 101010 | 1010111 | 100111 |
Color Harmonies of #B9860D
Complementary color
Monochromatic Colors of #B9860D
Black with #B9860D
Text Example
Text Example
White with #B9860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9860D; }
p { color: rgb(185,134,13); }
H1.HeaderClassName
{
color: #B9860D;
}
.AnyTagClassName
{
color: #B9860D;
}
</style>
background-color css
<style>
a { background-color: #B9860D; }
a { background-color: rgb(185,134,13); }
div.DivClassName
{
background-color: #B9860D;
}
.BgClassName
{
background-color: #B9860D;
}
</style>
border-color css
<style>
span { border-color: #B9860D; }
span { border-color: rgb(185,134,13); }
td.TdClassName
{
border-color: #B9860D;
}
.TagClassName
{
border-color: #B9860D;
}
</style>