Shades of Dark Goldenrod #B58413
Tints of Dark Goldenrod #B58413
RGB
CMYK
RGB Variations
Color information
#B58413 (or 0xB58413) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 13. RGB value is (181,132,19). Sum of RGB (Red+Green+Blue) = 181+132+19=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B58413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58413 is #4A7BEC. Grayscale: #868686. Windows color (decimal): -4881389 or 1279157. OLE color: 1279157.
HSL color Cylindrical-coordinate representation of color #B58413: hue angle of 41.85º 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 #B58413 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 19 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.29 |
| HSL | 41.85º | 0.81% | 0.39% | - |
| HSV(B) | 41.85º | 0.9% | 0.71% | - |
| XYZ | 27.42 | 26.37 | 4.26 | - |
| YUV | 133.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 19 | 0 | 0.27 | 0.90 | 0.29 | 41.85 | 0.81 | 0.39 |
| Hex | B5 | 84 | 13 | 0 | 1B | 5A | 1D | 2A | 51 | 27 |
| Octal | 265 | 204 | 23 | 0 | 33 | 132 | 35 | 52 | 121 | 47 |
| Binary | 10110101 | 10000100 | 10011 | 0 | 11011 | 1011010 | 11101 | 101010 | 1010001 | 100111 |
Color Harmonies of #B58413
Complementary color
Monochromatic Colors of #B58413
Black with #B58413
Text Example
Text Example
White with #B58413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58413; }
p { color: rgb(181,132,19); }
H1.HeaderClassName
{
color: #B58413;
}
.AnyTagClassName
{
color: #B58413;
}
</style>
background-color css
<style>
a { background-color: #B58413; }
a { background-color: rgb(181,132,19); }
div.DivClassName
{
background-color: #B58413;
}
.BgClassName
{
background-color: #B58413;
}
</style>
border-color css
<style>
span { border-color: #B58413; }
span { border-color: rgb(181,132,19); }
td.TdClassName
{
border-color: #B58413;
}
.TagClassName
{
border-color: #B58413;
}
</style>