Shades of Dark Goldenrod #B9730E
Tints of Dark Goldenrod #B9730E
RGB
CMYK
RGB Variations
Color information
#B9730E (or 0xB9730E) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 0E. RGB value is (185,115,14). Sum of RGB (Red+Green+Blue) = 185+115+14=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9730E is #468CF1. Grayscale: #7C7C7C. Windows color (decimal): -4623602 or 947129. OLE color: 947129.
HSL color Cylindrical-coordinate representation of color #B9730E: hue angle of 35.44º degrees, saturation: 0.86, 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 #B9730E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 14 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.27 |
| HSL | 35.44º | 0.86% | 0.39% | - |
| HSV(B) | 35.44º | 0.92% | 0.73% | - |
| XYZ | 26.22 | 22.61 | 3.4 | - |
| YUV | 124.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 14 | 0 | 0.38 | 0.92 | 0.27 | 35.44 | 0.86 | 0.39 |
| Hex | B9 | 73 | E | 0 | 26 | 5C | 1B | 23 | 56 | 27 |
| Octal | 271 | 163 | 16 | 0 | 46 | 134 | 33 | 43 | 126 | 47 |
| Binary | 10111001 | 1110011 | 1110 | 0 | 100110 | 1011100 | 11011 | 100011 | 1010110 | 100111 |
Color Harmonies of #B9730E
Complementary color
Monochromatic Colors of #B9730E
Black with #B9730E
Text Example
Text Example
White with #B9730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9730E; }
p { color: rgb(185,115,14); }
H1.HeaderClassName
{
color: #B9730E;
}
.AnyTagClassName
{
color: #B9730E;
}
</style>
background-color css
<style>
a { background-color: #B9730E; }
a { background-color: rgb(185,115,14); }
div.DivClassName
{
background-color: #B9730E;
}
.BgClassName
{
background-color: #B9730E;
}
</style>
border-color css
<style>
span { border-color: #B9730E; }
span { border-color: rgb(185,115,14); }
td.TdClassName
{
border-color: #B9730E;
}
.TagClassName
{
border-color: #B9730E;
}
</style>