Shades of Dark Goldenrod #B96F10
Tints of Dark Goldenrod #B96F10
RGB
CMYK
RGB Variations
Color information
#B96F10 (or 0xB96F10) is known color: Dark Goldenrod. HEX triplet: B9, 6F and 10. RGB value is (185,111,16). Sum of RGB (Red+Green+Blue) = 185+111+16=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F10 is #4690EF. Grayscale: #7A7A7A. Windows color (decimal): -4624624 or 1077177. OLE color: 1077177.
HSL color Cylindrical-coordinate representation of color #B96F10: hue angle of 33.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96F10 is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 16 | - |
| CMYK | 0 | 0.4 | 0.91 | 0.27 |
| HSL | 33.73º | 0.84% | 0.39% | - |
| HSV(B) | 33.73º | 0.91% | 0.73% | - |
| XYZ | 25.79 | 21.72 | 3.32 | - |
| YUV | 122.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 16 | 0 | 0.4 | 0.91 | 0.27 | 33.73 | 0.84 | 0.39 |
| Hex | B9 | 6F | 10 | 0 | 28 | 5B | 1B | 22 | 54 | 27 |
| Octal | 271 | 157 | 20 | 0 | 50 | 133 | 33 | 42 | 124 | 47 |
| Binary | 10111001 | 1101111 | 10000 | 0 | 101000 | 1011011 | 11011 | 100010 | 1010100 | 100111 |
Color Harmonies of #B96F10
Complementary color
Monochromatic Colors of #B96F10
Black with #B96F10
Text Example
Text Example
White with #B96F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F10; }
p { color: rgb(185,111,16); }
H1.HeaderClassName
{
color: #B96F10;
}
.AnyTagClassName
{
color: #B96F10;
}
</style>
background-color css
<style>
a { background-color: #B96F10; }
a { background-color: rgb(185,111,16); }
div.DivClassName
{
background-color: #B96F10;
}
.BgClassName
{
background-color: #B96F10;
}
</style>
border-color css
<style>
span { border-color: #B96F10; }
span { border-color: rgb(185,111,16); }
td.TdClassName
{
border-color: #B96F10;
}
.TagClassName
{
border-color: #B96F10;
}
</style>