Shades of Dark Goldenrod #B79507
Tints of Dark Goldenrod #B79507
RGB
CMYK
RGB Variations
Color information
#B79507 (or 0xB79507) is known color: Dark Goldenrod. HEX triplet: B7, 95 and 07. RGB value is (183,149,7). Sum of RGB (Red+Green+Blue) = 183+149+7=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B79507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79507 is #486AF8. Grayscale: #8F8F8F. Windows color (decimal): -4745977 or 497079. OLE color: 497079.
HSL color Cylindrical-coordinate representation of color #B79507: hue angle of 48.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B79507 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.28 |
| HSL | 48.41º | 0.93% | 0.37% | - |
| HSV(B) | 48.41º | 0.96% | 0.72% | - |
| XYZ | 30.31 | 31.58 | 4.7 | - |
| YUV | 142.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 7 | 0 | 0.19 | 0.96 | 0.28 | 48.41 | 0.93 | 0.37 |
| Hex | B7 | 95 | 7 | 0 | 13 | 60 | 1C | 30 | 5D | 25 |
| Octal | 267 | 225 | 7 | 0 | 23 | 140 | 34 | 60 | 135 | 45 |
| Binary | 10110111 | 10010101 | 111 | 0 | 10011 | 1100000 | 11100 | 110000 | 1011101 | 100101 |
Color Harmonies of #B79507
Complementary color
Monochromatic Colors of #B79507
Black with #B79507
Text Example
Text Example
White with #B79507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79507; }
p { color: rgb(183,149,7); }
H1.HeaderClassName
{
color: #B79507;
}
.AnyTagClassName
{
color: #B79507;
}
</style>
background-color css
<style>
a { background-color: #B79507; }
a { background-color: rgb(183,149,7); }
div.DivClassName
{
background-color: #B79507;
}
.BgClassName
{
background-color: #B79507;
}
</style>
border-color css
<style>
span { border-color: #B79507; }
span { border-color: rgb(183,149,7); }
td.TdClassName
{
border-color: #B79507;
}
.TagClassName
{
border-color: #B79507;
}
</style>