Shades of Dark Goldenrod #B47413
Tints of Dark Goldenrod #B47413
RGB
CMYK
RGB Variations
Color information
#B47413 (or 0xB47413) is known color: Dark Goldenrod. HEX triplet: B4, 74 and 13. RGB value is (180,116,19). Sum of RGB (Red+Green+Blue) = 180+116+19=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B47413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47413 is #4B8BEC. Grayscale: #7C7C7C. Windows color (decimal): -4951021 or 1275060. OLE color: 1275060.
HSL color Cylindrical-coordinate representation of color #B47413: hue angle of 36.15º 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 #B47413 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 19 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.29 |
| HSL | 36.15º | 0.81% | 0.39% | - |
| HSV(B) | 36.15º | 0.89% | 0.71% | - |
| XYZ | 25.19 | 22.24 | 3.58 | - |
| YUV | 124.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 19 | 0 | 0.36 | 0.89 | 0.29 | 36.15 | 0.81 | 0.39 |
| Hex | B4 | 74 | 13 | 0 | 24 | 59 | 1D | 24 | 51 | 27 |
| Octal | 264 | 164 | 23 | 0 | 44 | 131 | 35 | 44 | 121 | 47 |
| Binary | 10110100 | 1110100 | 10011 | 0 | 100100 | 1011001 | 11101 | 100100 | 1010001 | 100111 |
Color Harmonies of #B47413
Complementary color
Monochromatic Colors of #B47413
Black with #B47413
Text Example
Text Example
White with #B47413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47413; }
p { color: rgb(180,116,19); }
H1.HeaderClassName
{
color: #B47413;
}
.AnyTagClassName
{
color: #B47413;
}
</style>
background-color css
<style>
a { background-color: #B47413; }
a { background-color: rgb(180,116,19); }
div.DivClassName
{
background-color: #B47413;
}
.BgClassName
{
background-color: #B47413;
}
</style>
border-color css
<style>
span { border-color: #B47413; }
span { border-color: rgb(180,116,19); }
td.TdClassName
{
border-color: #B47413;
}
.TagClassName
{
border-color: #B47413;
}
</style>