Shades of Dark Goldenrod #B96F0D
Tints of Dark Goldenrod #B96F0D
RGB
CMYK
RGB Variations
Color information
#B96F0D (or 0xB96F0D) is known color: Dark Goldenrod. HEX triplet: B9, 6F and 0D. RGB value is (185,111,13). Sum of RGB (Red+Green+Blue) = 185+111+13=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F0D is #4690F2. Grayscale: #7A7A7A. Windows color (decimal): -4624627 or 880569. OLE color: 880569.
HSL color Cylindrical-coordinate representation of color #B96F0D: hue angle of 34.19º 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 #B96F0D is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 13 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.27 |
| HSL | 34.19º | 0.87% | 0.39% | - |
| HSV(B) | 34.19º | 0.93% | 0.73% | - |
| XYZ | 25.76 | 21.71 | 3.21 | - |
| YUV | 121.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 13 | 0 | 0.4 | 0.93 | 0.27 | 34.19 | 0.87 | 0.39 |
| Hex | B9 | 6F | D | 0 | 28 | 5D | 1B | 22 | 57 | 27 |
| Octal | 271 | 157 | 15 | 0 | 50 | 135 | 33 | 42 | 127 | 47 |
| Binary | 10111001 | 1101111 | 1101 | 0 | 101000 | 1011101 | 11011 | 100010 | 1010111 | 100111 |
Color Harmonies of #B96F0D
Complementary color
Monochromatic Colors of #B96F0D
Black with #B96F0D
Text Example
Text Example
White with #B96F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F0D; }
p { color: rgb(185,111,13); }
H1.HeaderClassName
{
color: #B96F0D;
}
.AnyTagClassName
{
color: #B96F0D;
}
</style>
background-color css
<style>
a { background-color: #B96F0D; }
a { background-color: rgb(185,111,13); }
div.DivClassName
{
background-color: #B96F0D;
}
.BgClassName
{
background-color: #B96F0D;
}
</style>
border-color css
<style>
span { border-color: #B96F0D; }
span { border-color: rgb(185,111,13); }
td.TdClassName
{
border-color: #B96F0D;
}
.TagClassName
{
border-color: #B96F0D;
}
</style>