Shades of Dark Goldenrod #B57613
Tints of Dark Goldenrod #B57613
RGB
CMYK
RGB Variations
Color information
#B57613 (or 0xB57613) is known color: Dark Goldenrod. HEX triplet: B5, 76 and 13. RGB value is (181,118,19). Sum of RGB (Red+Green+Blue) = 181+118+19=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B57613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57613 is #4A89EC. Grayscale: #7E7E7E. Windows color (decimal): -4884973 or 1275573. OLE color: 1275573.
HSL color Cylindrical-coordinate representation of color #B57613: hue angle of 36.67º 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 #B57613 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 19 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.29 |
| HSL | 36.67º | 0.81% | 0.39% | - |
| HSV(B) | 36.67º | 0.9% | 0.71% | - |
| XYZ | 25.65 | 22.83 | 3.67 | - |
| YUV | 125.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 19 | 0 | 0.35 | 0.90 | 0.29 | 36.67 | 0.81 | 0.39 |
| Hex | B5 | 76 | 13 | 0 | 23 | 5A | 1D | 25 | 51 | 27 |
| Octal | 265 | 166 | 23 | 0 | 43 | 132 | 35 | 45 | 121 | 47 |
| Binary | 10110101 | 1110110 | 10011 | 0 | 100011 | 1011010 | 11101 | 100101 | 1010001 | 100111 |
Color Harmonies of #B57613
Complementary color
Monochromatic Colors of #B57613
Black with #B57613
Text Example
Text Example
White with #B57613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57613; }
p { color: rgb(181,118,19); }
H1.HeaderClassName
{
color: #B57613;
}
.AnyTagClassName
{
color: #B57613;
}
</style>
background-color css
<style>
a { background-color: #B57613; }
a { background-color: rgb(181,118,19); }
div.DivClassName
{
background-color: #B57613;
}
.BgClassName
{
background-color: #B57613;
}
</style>
border-color css
<style>
span { border-color: #B57613; }
span { border-color: rgb(181,118,19); }
td.TdClassName
{
border-color: #B57613;
}
.TagClassName
{
border-color: #B57613;
}
</style>