Shades of Dark Goldenrod #B9700A
Tints of Dark Goldenrod #B9700A
RGB
CMYK
RGB Variations
Color information
#B9700A (or 0xB9700A) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 0A. RGB value is (185,112,10). Sum of RGB (Red+Green+Blue) = 185+112+10=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9700A is #468FF5. Grayscale: #7A7A7A. Windows color (decimal): -4624374 or 684217. OLE color: 684217.
HSL color Cylindrical-coordinate representation of color #B9700A: hue angle of 34.97º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9700A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.27 |
| HSL | 34.97º | 0.9% | 0.38% | - |
| HSV(B) | 34.97º | 0.95% | 0.73% | - |
| XYZ | 25.86 | 21.92 | 3.16 | - |
| YUV | 122.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 10 | 0 | 0.39 | 0.95 | 0.27 | 34.97 | 0.9 | 0.38 |
| Hex | B9 | 70 | A | 0 | 27 | 5F | 1B | 23 | 5A | 26 |
| Octal | 271 | 160 | 12 | 0 | 47 | 137 | 33 | 43 | 132 | 46 |
| Binary | 10111001 | 1110000 | 1010 | 0 | 100111 | 1011111 | 11011 | 100011 | 1011010 | 100110 |
Color Harmonies of #B9700A
Complementary color
Monochromatic Colors of #B9700A
Black with #B9700A
Text Example
Text Example
White with #B9700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9700A; }
p { color: rgb(185,112,10); }
H1.HeaderClassName
{
color: #B9700A;
}
.AnyTagClassName
{
color: #B9700A;
}
</style>
background-color css
<style>
a { background-color: #B9700A; }
a { background-color: rgb(185,112,10); }
div.DivClassName
{
background-color: #B9700A;
}
.BgClassName
{
background-color: #B9700A;
}
</style>
border-color css
<style>
span { border-color: #B9700A; }
span { border-color: rgb(185,112,10); }
td.TdClassName
{
border-color: #B9700A;
}
.TagClassName
{
border-color: #B9700A;
}
</style>