Shades of Dark Goldenrod #B57E13
Tints of Dark Goldenrod #B57E13
RGB
CMYK
RGB Variations
Color information
#B57E13 (or 0xB57E13) is known color: Dark Goldenrod. HEX triplet: B5, 7E and 13. RGB value is (181,126,19). Sum of RGB (Red+Green+Blue) = 181+126+19=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57E13 is #4A81EC. Grayscale: #828282. Windows color (decimal): -4882925 or 1277621. OLE color: 1277621.
HSL color Cylindrical-coordinate representation of color #B57E13: hue angle of 39.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B57E13 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 19 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.29 |
| HSL | 39.63º | 0.81% | 0.39% | - |
| HSV(B) | 39.63º | 0.9% | 0.71% | - |
| XYZ | 26.63 | 24.79 | 4 | - |
| YUV | 130.25 | 65.22 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 19 | 0 | 0.30 | 0.90 | 0.29 | 39.63 | 0.81 | 0.39 |
| Hex | B5 | 7E | 13 | 0 | 1E | 5A | 1D | 28 | 51 | 27 |
| Octal | 265 | 176 | 23 | 0 | 36 | 132 | 35 | 50 | 121 | 47 |
| Binary | 10110101 | 1111110 | 10011 | 0 | 11110 | 1011010 | 11101 | 101000 | 1010001 | 100111 |
Color Harmonies of #B57E13
Complementary color
Monochromatic Colors of #B57E13
Black with #B57E13
Text Example
Text Example
White with #B57E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E13; }
p { color: rgb(181,126,19); }
H1.HeaderClassName
{
color: #B57E13;
}
.AnyTagClassName
{
color: #B57E13;
}
</style>
background-color css
<style>
a { background-color: #B57E13; }
a { background-color: rgb(181,126,19); }
div.DivClassName
{
background-color: #B57E13;
}
.BgClassName
{
background-color: #B57E13;
}
</style>
border-color css
<style>
span { border-color: #B57E13; }
span { border-color: rgb(181,126,19); }
td.TdClassName
{
border-color: #B57E13;
}
.TagClassName
{
border-color: #B57E13;
}
</style>