Shades of Dark Goldenrod #B9790E
Tints of Dark Goldenrod #B9790E
RGB
CMYK
RGB Variations
Color information
#B9790E (or 0xB9790E) is known color: Dark Goldenrod. HEX triplet: B9, 79 and 0E. RGB value is (185,121,14). Sum of RGB (Red+Green+Blue) = 185+121+14=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B9790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9790E is #4686F1. Grayscale: #808080. Windows color (decimal): -4622066 or 948665. OLE color: 948665.
HSL color Cylindrical-coordinate representation of color #B9790E: hue angle of 37.54º 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 #B9790E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.27 |
| HSL | 37.54º | 0.86% | 0.39% | - |
| HSV(B) | 37.54º | 0.92% | 0.73% | - |
| XYZ | 26.92 | 24.02 | 3.63 | - |
| YUV | 127.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 14 | 0 | 0.35 | 0.92 | 0.27 | 37.54 | 0.86 | 0.39 |
| Hex | B9 | 79 | E | 0 | 23 | 5C | 1B | 26 | 56 | 27 |
| Octal | 271 | 171 | 16 | 0 | 43 | 134 | 33 | 46 | 126 | 47 |
| Binary | 10111001 | 1111001 | 1110 | 0 | 100011 | 1011100 | 11011 | 100110 | 1010110 | 100111 |
Color Harmonies of #B9790E
Complementary color
Monochromatic Colors of #B9790E
Black with #B9790E
Text Example
Text Example
White with #B9790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9790E; }
p { color: rgb(185,121,14); }
H1.HeaderClassName
{
color: #B9790E;
}
.AnyTagClassName
{
color: #B9790E;
}
</style>
background-color css
<style>
a { background-color: #B9790E; }
a { background-color: rgb(185,121,14); }
div.DivClassName
{
background-color: #B9790E;
}
.BgClassName
{
background-color: #B9790E;
}
</style>
border-color css
<style>
span { border-color: #B9790E; }
span { border-color: rgb(185,121,14); }
td.TdClassName
{
border-color: #B9790E;
}
.TagClassName
{
border-color: #B9790E;
}
</style>