Shades of Dark Goldenrod #B9720D
Tints of Dark Goldenrod #B9720D
RGB
CMYK
RGB Variations
Color information
#B9720D (or 0xB9720D) is known color: Dark Goldenrod. HEX triplet: B9, 72 and 0D. RGB value is (185,114,13). Sum of RGB (Red+Green+Blue) = 185+114+13=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9720D is #468DF2. Grayscale: #7C7C7C. Windows color (decimal): -4623859 or 881337. OLE color: 881337.
HSL color Cylindrical-coordinate representation of color #B9720D: hue angle of 35.23º 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 #B9720D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.27 |
| HSL | 35.23º | 0.87% | 0.39% | - |
| HSV(B) | 35.23º | 0.93% | 0.73% | - |
| XYZ | 26.1 | 22.38 | 3.32 | - |
| YUV | 123.72 | 65.52 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 13 | 0 | 0.38 | 0.93 | 0.27 | 35.23 | 0.87 | 0.39 |
| Hex | B9 | 72 | D | 0 | 26 | 5D | 1B | 23 | 57 | 27 |
| Octal | 271 | 162 | 15 | 0 | 46 | 135 | 33 | 43 | 127 | 47 |
| Binary | 10111001 | 1110010 | 1101 | 0 | 100110 | 1011101 | 11011 | 100011 | 1010111 | 100111 |
Color Harmonies of #B9720D
Complementary color
Monochromatic Colors of #B9720D
Black with #B9720D
Text Example
Text Example
White with #B9720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9720D; }
p { color: rgb(185,114,13); }
H1.HeaderClassName
{
color: #B9720D;
}
.AnyTagClassName
{
color: #B9720D;
}
</style>
background-color css
<style>
a { background-color: #B9720D; }
a { background-color: rgb(185,114,13); }
div.DivClassName
{
background-color: #B9720D;
}
.BgClassName
{
background-color: #B9720D;
}
</style>
border-color css
<style>
span { border-color: #B9720D; }
span { border-color: rgb(185,114,13); }
td.TdClassName
{
border-color: #B9720D;
}
.TagClassName
{
border-color: #B9720D;
}
</style>