Shades of Dark Goldenrod #B9700F
Tints of Dark Goldenrod #B9700F
RGB
CMYK
RGB Variations
Color information
#B9700F (or 0xB9700F) is known color: Dark Goldenrod. HEX triplet: B9, 70 and 0F. RGB value is (185,112,15). Sum of RGB (Red+Green+Blue) = 185+112+15=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9700F is #468FF0. Grayscale: #7B7B7B. Windows color (decimal): -4624369 or 1011897. OLE color: 1011897.
HSL color Cylindrical-coordinate representation of color #B9700F: hue angle of 34.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9700F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.27 |
| HSL | 34.24º | 0.85% | 0.39% | - |
| HSV(B) | 34.24º | 0.92% | 0.73% | - |
| XYZ | 25.89 | 21.94 | 3.32 | - |
| YUV | 122.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 15 | 0 | 0.39 | 0.92 | 0.27 | 34.24 | 0.85 | 0.39 |
| Hex | B9 | 70 | F | 0 | 27 | 5C | 1B | 22 | 55 | 27 |
| Octal | 271 | 160 | 17 | 0 | 47 | 134 | 33 | 42 | 125 | 47 |
| Binary | 10111001 | 1110000 | 1111 | 0 | 100111 | 1011100 | 11011 | 100010 | 1010101 | 100111 |
Color Harmonies of #B9700F
Complementary color
Monochromatic Colors of #B9700F
Black with #B9700F
Text Example
Text Example
White with #B9700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9700F; }
p { color: rgb(185,112,15); }
H1.HeaderClassName
{
color: #B9700F;
}
.AnyTagClassName
{
color: #B9700F;
}
</style>
background-color css
<style>
a { background-color: #B9700F; }
a { background-color: rgb(185,112,15); }
div.DivClassName
{
background-color: #B9700F;
}
.BgClassName
{
background-color: #B9700F;
}
</style>
border-color css
<style>
span { border-color: #B9700F; }
span { border-color: rgb(185,112,15); }
td.TdClassName
{
border-color: #B9700F;
}
.TagClassName
{
border-color: #B9700F;
}
</style>