Shades of Dark Goldenrod #B96D0B
Tints of Dark Goldenrod #B96D0B
RGB
CMYK
RGB Variations
Color information
#B96D0B (or 0xB96D0B) is known color: Dark Goldenrod. HEX triplet: B9, 6D and 0B. RGB value is (185,109,11). Sum of RGB (Red+Green+Blue) = 185+109+11=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D0B is #4692F4. Grayscale: #797979. Windows color (decimal): -4625141 or 748985. OLE color: 748985.
HSL color Cylindrical-coordinate representation of color #B96D0B: hue angle of 33.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B96D0B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 109 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.27 |
| HSL | 33.79º | 0.89% | 0.38% | - |
| HSV(B) | 33.79º | 0.94% | 0.73% | - |
| XYZ | 25.54 | 21.28 | 3.08 | - |
| YUV | 120.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 11 | 0 | 0.41 | 0.94 | 0.27 | 33.79 | 0.89 | 0.38 |
| Hex | B9 | 6D | B | 0 | 29 | 5E | 1B | 22 | 59 | 26 |
| Octal | 271 | 155 | 13 | 0 | 51 | 136 | 33 | 42 | 131 | 46 |
| Binary | 10111001 | 1101101 | 1011 | 0 | 101001 | 1011110 | 11011 | 100010 | 1011001 | 100110 |
Color Harmonies of #B96D0B
Complementary color
Monochromatic Colors of #B96D0B
Black with #B96D0B
Text Example
Text Example
White with #B96D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96D0B; }
p { color: rgb(185,109,11); }
H1.HeaderClassName
{
color: #B96D0B;
}
.AnyTagClassName
{
color: #B96D0B;
}
</style>
background-color css
<style>
a { background-color: #B96D0B; }
a { background-color: rgb(185,109,11); }
div.DivClassName
{
background-color: #B96D0B;
}
.BgClassName
{
background-color: #B96D0B;
}
</style>
border-color css
<style>
span { border-color: #B96D0B; }
span { border-color: rgb(185,109,11); }
td.TdClassName
{
border-color: #B96D0B;
}
.TagClassName
{
border-color: #B96D0B;
}
</style>