Shades of Dark Goldenrod #B7940A
Tints of Dark Goldenrod #B7940A
RGB
CMYK
RGB Variations
Color information
#B7940A (or 0xB7940A) is known color: Dark Goldenrod. HEX triplet: B7, 94 and 0A. RGB value is (183,148,10). Sum of RGB (Red+Green+Blue) = 183+148+10=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7940A is #486BF5. Grayscale: #8F8F8F. Windows color (decimal): -4746230 or 693431. OLE color: 693431.
HSL color Cylindrical-coordinate representation of color #B7940A: hue angle of 47.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7940A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 10 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.28 |
| HSL | 47.86º | 0.9% | 0.38% | - |
| HSV(B) | 47.86º | 0.95% | 0.72% | - |
| XYZ | 30.17 | 31.27 | 4.73 | - |
| YUV | 142.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 10 | 0 | 0.19 | 0.95 | 0.28 | 47.86 | 0.9 | 0.38 |
| Hex | B7 | 94 | A | 0 | 13 | 5F | 1C | 30 | 5A | 26 |
| Octal | 267 | 224 | 12 | 0 | 23 | 137 | 34 | 60 | 132 | 46 |
| Binary | 10110111 | 10010100 | 1010 | 0 | 10011 | 1011111 | 11100 | 110000 | 1011010 | 100110 |
Color Harmonies of #B7940A
Complementary color
Monochromatic Colors of #B7940A
Black with #B7940A
Text Example
Text Example
White with #B7940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7940A; }
p { color: rgb(183,148,10); }
H1.HeaderClassName
{
color: #B7940A;
}
.AnyTagClassName
{
color: #B7940A;
}
</style>
background-color css
<style>
a { background-color: #B7940A; }
a { background-color: rgb(183,148,10); }
div.DivClassName
{
background-color: #B7940A;
}
.BgClassName
{
background-color: #B7940A;
}
</style>
border-color css
<style>
span { border-color: #B7940A; }
span { border-color: rgb(183,148,10); }
td.TdClassName
{
border-color: #B7940A;
}
.TagClassName
{
border-color: #B7940A;
}
</style>