Shades of Dark Goldenrod #B57815
Tints of Dark Goldenrod #B57815
RGB
CMYK
RGB Variations
Color information
#B57815 (or 0xB57815) is known color: Dark Goldenrod. HEX triplet: B5, 78 and 15. RGB value is (181,120,21). Sum of RGB (Red+Green+Blue) = 181+120+21=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B57815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57815 is #4A87EA. Grayscale: #7F7F7F. Windows color (decimal): -4884459 or 1407157. OLE color: 1407157.
HSL color Cylindrical-coordinate representation of color #B57815: hue angle of 37.12º degrees, saturation: 0.79, 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 #B57815 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 21 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.29 |
| HSL | 37.13º | 0.79% | 0.4% | - |
| HSV(B) | 37.13º | 0.88% | 0.71% | - |
| XYZ | 25.91 | 23.31 | 3.84 | - |
| YUV | 126.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 21 | 0 | 0.34 | 0.88 | 0.29 | 37.13 | 0.79 | 0.4 |
| Hex | B5 | 78 | 15 | 0 | 22 | 58 | 1D | 25 | 4F | 28 |
| Octal | 265 | 170 | 25 | 0 | 42 | 130 | 35 | 45 | 117 | 50 |
| Binary | 10110101 | 1111000 | 10101 | 0 | 100010 | 1011000 | 11101 | 100101 | 1001111 | 101000 |
Color Harmonies of #B57815
Complementary color
Monochromatic Colors of #B57815
Black with #B57815
Text Example
Text Example
White with #B57815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57815; }
p { color: rgb(181,120,21); }
H1.HeaderClassName
{
color: #B57815;
}
.AnyTagClassName
{
color: #B57815;
}
</style>
background-color css
<style>
a { background-color: #B57815; }
a { background-color: rgb(181,120,21); }
div.DivClassName
{
background-color: #B57815;
}
.BgClassName
{
background-color: #B57815;
}
</style>
border-color css
<style>
span { border-color: #B57815; }
span { border-color: rgb(181,120,21); }
td.TdClassName
{
border-color: #B57815;
}
.TagClassName
{
border-color: #B57815;
}
</style>