Shades of Dark Goldenrod #B57915
Tints of Dark Goldenrod #B57915
RGB
CMYK
RGB Variations
Color information
#B57915 (or 0xB57915) is known color: Dark Goldenrod. HEX triplet: B5, 79 and 15. RGB value is (181,121,21). Sum of RGB (Red+Green+Blue) = 181+121+21=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B57915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57915 is #4A86EA. Grayscale: #808080. Windows color (decimal): -4884203 or 1407413. OLE color: 1407413.
HSL color Cylindrical-coordinate representation of color #B57915: hue angle of 37.5º 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 #B57915 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 21 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.29 |
| HSL | 37.5º | 0.79% | 0.4% | - |
| HSV(B) | 37.5º | 0.88% | 0.71% | - |
| XYZ | 26.03 | 23.55 | 3.88 | - |
| YUV | 127.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 21 | 0 | 0.33 | 0.88 | 0.29 | 37.5 | 0.79 | 0.4 |
| Hex | B5 | 79 | 15 | 0 | 21 | 58 | 1D | 26 | 4F | 28 |
| Octal | 265 | 171 | 25 | 0 | 41 | 130 | 35 | 46 | 117 | 50 |
| Binary | 10110101 | 1111001 | 10101 | 0 | 100001 | 1011000 | 11101 | 100110 | 1001111 | 101000 |
Color Harmonies of #B57915
Complementary color
Monochromatic Colors of #B57915
Black with #B57915
Text Example
Text Example
White with #B57915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57915; }
p { color: rgb(181,121,21); }
H1.HeaderClassName
{
color: #B57915;
}
.AnyTagClassName
{
color: #B57915;
}
</style>
background-color css
<style>
a { background-color: #B57915; }
a { background-color: rgb(181,121,21); }
div.DivClassName
{
background-color: #B57915;
}
.BgClassName
{
background-color: #B57915;
}
</style>
border-color css
<style>
span { border-color: #B57915; }
span { border-color: rgb(181,121,21); }
td.TdClassName
{
border-color: #B57915;
}
.TagClassName
{
border-color: #B57915;
}
</style>