Shades of Dark Goldenrod #B57404
Tints of Dark Goldenrod #B57404
RGB
CMYK
RGB Variations
Color information
#B57404 (or 0xB57404) is known color: Dark Goldenrod. HEX triplet: B5, 74 and 04. RGB value is (181,116,4). Sum of RGB (Red+Green+Blue) = 181+116+4=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B57404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57404 is #4A8BFB. Grayscale: #7B7B7B. Windows color (decimal): -4885500 or 292021. OLE color: 292021.
HSL color Cylindrical-coordinate representation of color #B57404: hue angle of 37.97º 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 #B57404 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.29 |
| HSL | 37.97º | 0.96% | 0.36% | - |
| HSV(B) | 37.97º | 0.98% | 0.71% | - |
| XYZ | 25.32 | 22.32 | 3.09 | - |
| YUV | 122.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 4 | 0 | 0.36 | 0.98 | 0.29 | 37.97 | 0.96 | 0.36 |
| Hex | B5 | 74 | 4 | 0 | 24 | 62 | 1D | 26 | 60 | 24 |
| Octal | 265 | 164 | 4 | 0 | 44 | 142 | 35 | 46 | 140 | 44 |
| Binary | 10110101 | 1110100 | 100 | 0 | 100100 | 1100010 | 11101 | 100110 | 1100000 | 100100 |
Color Harmonies of #B57404
Complementary color
Monochromatic Colors of #B57404
Black with #B57404
Text Example
Text Example
White with #B57404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57404; }
p { color: rgb(181,116,4); }
H1.HeaderClassName
{
color: #B57404;
}
.AnyTagClassName
{
color: #B57404;
}
</style>
background-color css
<style>
a { background-color: #B57404; }
a { background-color: rgb(181,116,4); }
div.DivClassName
{
background-color: #B57404;
}
.BgClassName
{
background-color: #B57404;
}
</style>
border-color css
<style>
span { border-color: #B57404; }
span { border-color: rgb(181,116,4); }
td.TdClassName
{
border-color: #B57404;
}
.TagClassName
{
border-color: #B57404;
}
</style>