Shades of Dark Goldenrod #B7740B
Tints of Dark Goldenrod #B7740B
RGB
CMYK
RGB Variations
Color information
#B7740B (or 0xB7740B) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 0B. RGB value is (183,116,11). Sum of RGB (Red+Green+Blue) = 183+116+11=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7740B is #488BF4. Grayscale: #7C7C7C. Windows color (decimal): -4754421 or 750775. OLE color: 750775.
HSL color Cylindrical-coordinate representation of color #B7740B: hue angle of 36.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7740B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.28 |
| HSL | 36.63º | 0.89% | 0.38% | - |
| HSV(B) | 36.63º | 0.94% | 0.72% | - |
| XYZ | 25.83 | 22.58 | 3.31 | - |
| YUV | 124.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 11 | 0 | 0.37 | 0.94 | 0.28 | 36.63 | 0.89 | 0.38 |
| Hex | B7 | 74 | B | 0 | 25 | 5E | 1C | 25 | 59 | 26 |
| Octal | 267 | 164 | 13 | 0 | 45 | 136 | 34 | 45 | 131 | 46 |
| Binary | 10110111 | 1110100 | 1011 | 0 | 100101 | 1011110 | 11100 | 100101 | 1011001 | 100110 |
Color Harmonies of #B7740B
Complementary color
Monochromatic Colors of #B7740B
Black with #B7740B
Text Example
Text Example
White with #B7740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7740B; }
p { color: rgb(183,116,11); }
H1.HeaderClassName
{
color: #B7740B;
}
.AnyTagClassName
{
color: #B7740B;
}
</style>
background-color css
<style>
a { background-color: #B7740B; }
a { background-color: rgb(183,116,11); }
div.DivClassName
{
background-color: #B7740B;
}
.BgClassName
{
background-color: #B7740B;
}
</style>
border-color css
<style>
span { border-color: #B7740B; }
span { border-color: rgb(183,116,11); }
td.TdClassName
{
border-color: #B7740B;
}
.TagClassName
{
border-color: #B7740B;
}
</style>