Shades of Dark Goldenrod #B96C0B
Tints of Dark Goldenrod #B96C0B
RGB
CMYK
RGB Variations
Color information
#B96C0B (or 0xB96C0B) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 0B. RGB value is (185,108,11). Sum of RGB (Red+Green+Blue) = 185+108+11=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C0B is #4693F4. Grayscale: #787878. Windows color (decimal): -4625397 or 748729. OLE color: 748729.
HSL color Cylindrical-coordinate representation of color #B96C0B: hue angle of 33.45º 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 #B96C0B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.27 |
| HSL | 33.45º | 0.89% | 0.38% | - |
| HSV(B) | 33.45º | 0.94% | 0.73% | - |
| XYZ | 25.43 | 21.06 | 3.04 | - |
| YUV | 119.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 11 | 0 | 0.42 | 0.94 | 0.27 | 33.45 | 0.89 | 0.38 |
| Hex | B9 | 6C | B | 0 | 2A | 5E | 1B | 21 | 59 | 26 |
| Octal | 271 | 154 | 13 | 0 | 52 | 136 | 33 | 41 | 131 | 46 |
| Binary | 10111001 | 1101100 | 1011 | 0 | 101010 | 1011110 | 11011 | 100001 | 1011001 | 100110 |
Color Harmonies of #B96C0B
Complementary color
Monochromatic Colors of #B96C0B
Black with #B96C0B
Text Example
Text Example
White with #B96C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C0B; }
p { color: rgb(185,108,11); }
H1.HeaderClassName
{
color: #B96C0B;
}
.AnyTagClassName
{
color: #B96C0B;
}
</style>
background-color css
<style>
a { background-color: #B96C0B; }
a { background-color: rgb(185,108,11); }
div.DivClassName
{
background-color: #B96C0B;
}
.BgClassName
{
background-color: #B96C0B;
}
</style>
border-color css
<style>
span { border-color: #B96C0B; }
span { border-color: rgb(185,108,11); }
td.TdClassName
{
border-color: #B96C0B;
}
.TagClassName
{
border-color: #B96C0B;
}
</style>