Shades of Dark Goldenrod #B9760B
Tints of Dark Goldenrod #B9760B
RGB
CMYK
RGB Variations
Color information
#B9760B (or 0xB9760B) is known color: Dark Goldenrod. HEX triplet: B9, 76 and 0B. RGB value is (185,118,11). Sum of RGB (Red+Green+Blue) = 185+118+11=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9760B is #4689F4. Grayscale: #7E7E7E. Windows color (decimal): -4622837 or 751289. OLE color: 751289.
HSL color Cylindrical-coordinate representation of color #B9760B: hue angle of 36.9º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9760B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 118 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.27 |
| HSL | 36.9º | 0.89% | 0.38% | - |
| HSV(B) | 36.9º | 0.94% | 0.73% | - |
| XYZ | 26.55 | 23.3 | 3.41 | - |
| YUV | 125.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 11 | 0 | 0.36 | 0.94 | 0.27 | 36.9 | 0.89 | 0.38 |
| Hex | B9 | 76 | B | 0 | 24 | 5E | 1B | 25 | 59 | 26 |
| Octal | 271 | 166 | 13 | 0 | 44 | 136 | 33 | 45 | 131 | 46 |
| Binary | 10111001 | 1110110 | 1011 | 0 | 100100 | 1011110 | 11011 | 100101 | 1011001 | 100110 |
Color Harmonies of #B9760B
Complementary color
Monochromatic Colors of #B9760B
Black with #B9760B
Text Example
Text Example
White with #B9760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9760B; }
p { color: rgb(185,118,11); }
H1.HeaderClassName
{
color: #B9760B;
}
.AnyTagClassName
{
color: #B9760B;
}
</style>
background-color css
<style>
a { background-color: #B9760B; }
a { background-color: rgb(185,118,11); }
div.DivClassName
{
background-color: #B9760B;
}
.BgClassName
{
background-color: #B9760B;
}
</style>
border-color css
<style>
span { border-color: #B9760B; }
span { border-color: rgb(185,118,11); }
td.TdClassName
{
border-color: #B9760B;
}
.TagClassName
{
border-color: #B9760B;
}
</style>