Shades of Dark Goldenrod #B47A04
Tints of Dark Goldenrod #B47A04
RGB
CMYK
RGB Variations
Color information
#B47A04 (or 0xB47A04) is known color: Dark Goldenrod. HEX triplet: B4, 7A and 04. RGB value is (180,122,4). Sum of RGB (Red+Green+Blue) = 180+122+4=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47A04 is #4B85FB. Grayscale: #7E7E7E. Windows color (decimal): -4949500 or 293556. OLE color: 293556.
HSL color Cylindrical-coordinate representation of color #B47A04: hue angle of 40.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B47A04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.29 |
| HSL | 40.23º | 0.96% | 0.36% | - |
| HSV(B) | 40.23º | 0.98% | 0.71% | - |
| XYZ | 25.8 | 23.63 | 3.32 | - |
| YUV | 125.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 4 | 0 | 0.32 | 0.98 | 0.29 | 40.23 | 0.96 | 0.36 |
| Hex | B4 | 7A | 4 | 0 | 20 | 62 | 1D | 28 | 60 | 24 |
| Octal | 264 | 172 | 4 | 0 | 40 | 142 | 35 | 50 | 140 | 44 |
| Binary | 10110100 | 1111010 | 100 | 0 | 100000 | 1100010 | 11101 | 101000 | 1100000 | 100100 |
Color Harmonies of #B47A04
Complementary color
Monochromatic Colors of #B47A04
Black with #B47A04
Text Example
Text Example
White with #B47A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A04; }
p { color: rgb(180,122,4); }
H1.HeaderClassName
{
color: #B47A04;
}
.AnyTagClassName
{
color: #B47A04;
}
</style>
background-color css
<style>
a { background-color: #B47A04; }
a { background-color: rgb(180,122,4); }
div.DivClassName
{
background-color: #B47A04;
}
.BgClassName
{
background-color: #B47A04;
}
</style>
border-color css
<style>
span { border-color: #B47A04; }
span { border-color: rgb(180,122,4); }
td.TdClassName
{
border-color: #B47A04;
}
.TagClassName
{
border-color: #B47A04;
}
</style>