Shades of Dark Goldenrod #B57A16
Tints of Dark Goldenrod #B57A16
RGB
CMYK
RGB Variations
Color information
#B57A16 (or 0xB57A16) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 16. RGB value is (181,122,22). Sum of RGB (Red+Green+Blue) = 181+122+22=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A16 is #4A85E9. Grayscale: #808080. Windows color (decimal): -4883946 or 1473205. OLE color: 1473205.
HSL color Cylindrical-coordinate representation of color #B57A16: hue angle of 37.74º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B57A16 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 22 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.29 |
| HSL | 37.74º | 0.78% | 0.4% | - |
| HSV(B) | 37.74º | 0.88% | 0.71% | - |
| XYZ | 26.16 | 23.8 | 3.97 | - |
| YUV | 128.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 22 | 0 | 0.33 | 0.88 | 0.29 | 37.74 | 0.78 | 0.4 |
| Hex | B5 | 7A | 16 | 0 | 21 | 58 | 1D | 26 | 4E | 28 |
| Octal | 265 | 172 | 26 | 0 | 41 | 130 | 35 | 46 | 116 | 50 |
| Binary | 10110101 | 1111010 | 10110 | 0 | 100001 | 1011000 | 11101 | 100110 | 1001110 | 101000 |
Color Harmonies of #B57A16
Complementary color
Monochromatic Colors of #B57A16
Black with #B57A16
Text Example
Text Example
White with #B57A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A16; }
p { color: rgb(181,122,22); }
H1.HeaderClassName
{
color: #B57A16;
}
.AnyTagClassName
{
color: #B57A16;
}
</style>
background-color css
<style>
a { background-color: #B57A16; }
a { background-color: rgb(181,122,22); }
div.DivClassName
{
background-color: #B57A16;
}
.BgClassName
{
background-color: #B57A16;
}
</style>
border-color css
<style>
span { border-color: #B57A16; }
span { border-color: rgb(181,122,22); }
td.TdClassName
{
border-color: #B57A16;
}
.TagClassName
{
border-color: #B57A16;
}
</style>