Shades of Dark Goldenrod #B47713
Tints of Dark Goldenrod #B47713
RGB
CMYK
RGB Variations
Color information
#B47713 (or 0xB47713) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 13. RGB value is (180,119,19). Sum of RGB (Red+Green+Blue) = 180+119+19=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47713 is #4B88EC. Grayscale: #7E7E7E. Windows color (decimal): -4950253 or 1275828. OLE color: 1275828.
HSL color Cylindrical-coordinate representation of color #B47713: hue angle of 37.27º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B47713 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 19 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.29 |
| HSL | 37.27º | 0.81% | 0.39% | - |
| HSV(B) | 37.27º | 0.89% | 0.71% | - |
| XYZ | 25.54 | 22.94 | 3.7 | - |
| YUV | 125.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 19 | 0 | 0.34 | 0.89 | 0.29 | 37.27 | 0.81 | 0.39 |
| Hex | B4 | 77 | 13 | 0 | 22 | 59 | 1D | 25 | 51 | 27 |
| Octal | 264 | 167 | 23 | 0 | 42 | 131 | 35 | 45 | 121 | 47 |
| Binary | 10110100 | 1110111 | 10011 | 0 | 100010 | 1011001 | 11101 | 100101 | 1010001 | 100111 |
Color Harmonies of #B47713
Complementary color
Monochromatic Colors of #B47713
Black with #B47713
Text Example
Text Example
White with #B47713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47713; }
p { color: rgb(180,119,19); }
H1.HeaderClassName
{
color: #B47713;
}
.AnyTagClassName
{
color: #B47713;
}
</style>
background-color css
<style>
a { background-color: #B47713; }
a { background-color: rgb(180,119,19); }
div.DivClassName
{
background-color: #B47713;
}
.BgClassName
{
background-color: #B47713;
}
</style>
border-color css
<style>
span { border-color: #B47713; }
span { border-color: rgb(180,119,19); }
td.TdClassName
{
border-color: #B47713;
}
.TagClassName
{
border-color: #B47713;
}
</style>