Shades of Dark Goldenrod #B57A04
Tints of Dark Goldenrod #B57A04
RGB
CMYK
RGB Variations
Color information
#B57A04 (or 0xB57A04) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 04. RGB value is (181,122,4). Sum of RGB (Red+Green+Blue) = 181+122+4=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A04 is #4A85FB. Grayscale: #7E7E7E. Windows color (decimal): -4883964 or 293557. OLE color: 293557.
HSL color Cylindrical-coordinate representation of color #B57A04: hue angle of 40º 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 #B57A04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.29 |
| HSL | 40º | 0.96% | 0.36% | - |
| HSV(B) | 40º | 0.98% | 0.71% | - |
| XYZ | 26.04 | 23.75 | 3.33 | - |
| YUV | 126.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 4 | 0 | 0.33 | 0.98 | 0.29 | 40 | 0.96 | 0.36 |
| Hex | B5 | 7A | 4 | 0 | 21 | 62 | 1D | 28 | 60 | 24 |
| Octal | 265 | 172 | 4 | 0 | 41 | 142 | 35 | 50 | 140 | 44 |
| Binary | 10110101 | 1111010 | 100 | 0 | 100001 | 1100010 | 11101 | 101000 | 1100000 | 100100 |
Color Harmonies of #B57A04
Complementary color
Monochromatic Colors of #B57A04
Black with #B57A04
Text Example
Text Example
White with #B57A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A04; }
p { color: rgb(181,122,4); }
H1.HeaderClassName
{
color: #B57A04;
}
.AnyTagClassName
{
color: #B57A04;
}
</style>
background-color css
<style>
a { background-color: #B57A04; }
a { background-color: rgb(181,122,4); }
div.DivClassName
{
background-color: #B57A04;
}
.BgClassName
{
background-color: #B57A04;
}
</style>
border-color css
<style>
span { border-color: #B57A04; }
span { border-color: rgb(181,122,4); }
td.TdClassName
{
border-color: #B57A04;
}
.TagClassName
{
border-color: #B57A04;
}
</style>