Shades of Dark Goldenrod #B9700B
Tints of Dark Goldenrod #B9700B
RGB
CMYK
RGB Variations
Color information
#B9700B (or 0xB9700B) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 0B. RGB value is (185,112,11). Sum of RGB (Red+Green+Blue) = 185+112+11=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9700B is #468FF4. Grayscale: #7A7A7A. Windows color (decimal): -4624373 or 749753. OLE color: 749753.
HSL color Cylindrical-coordinate representation of color #B9700B: hue angle of 34.83º 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 #B9700B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.27 |
| HSL | 34.83º | 0.89% | 0.38% | - |
| HSV(B) | 34.83º | 0.94% | 0.73% | - |
| XYZ | 25.86 | 21.93 | 3.19 | - |
| YUV | 122.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 11 | 0 | 0.39 | 0.94 | 0.27 | 34.83 | 0.89 | 0.38 |
| Hex | B9 | 70 | B | 0 | 27 | 5E | 1B | 23 | 59 | 26 |
| Octal | 271 | 160 | 13 | 0 | 47 | 136 | 33 | 43 | 131 | 46 |
| Binary | 10111001 | 1110000 | 1011 | 0 | 100111 | 1011110 | 11011 | 100011 | 1011001 | 100110 |
Color Harmonies of #B9700B
Complementary color
Monochromatic Colors of #B9700B
Black with #B9700B
Text Example
Text Example
White with #B9700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9700B; }
p { color: rgb(185,112,11); }
H1.HeaderClassName
{
color: #B9700B;
}
.AnyTagClassName
{
color: #B9700B;
}
</style>
background-color css
<style>
a { background-color: #B9700B; }
a { background-color: rgb(185,112,11); }
div.DivClassName
{
background-color: #B9700B;
}
.BgClassName
{
background-color: #B9700B;
}
</style>
border-color css
<style>
span { border-color: #B9700B; }
span { border-color: rgb(185,112,11); }
td.TdClassName
{
border-color: #B9700B;
}
.TagClassName
{
border-color: #B9700B;
}
</style>