Shades of Dark Goldenrod #B58D13
Tints of Dark Goldenrod #B58D13
RGB
CMYK
RGB Variations
Color information
#B58D13 (or 0xB58D13) is known color: Dark Goldenrod. HEX triplet: B5, 8D and 13. RGB value is (181,141,19). Sum of RGB (Red+Green+Blue) = 181+141+19=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58D13 is #4A72EC. Grayscale: #8B8B8B. Windows color (decimal): -4879085 or 1281461. OLE color: 1281461.
HSL color Cylindrical-coordinate representation of color #B58D13: hue angle of 45.19º 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 #B58D13 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 19 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.29 |
| HSL | 45.19º | 0.81% | 0.39% | - |
| HSV(B) | 45.19º | 0.9% | 0.71% | - |
| XYZ | 28.7 | 28.92 | 4.69 | - |
| YUV | 139.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 19 | 0 | 0.22 | 0.90 | 0.29 | 45.19 | 0.81 | 0.39 |
| Hex | B5 | 8D | 13 | 0 | 16 | 5A | 1D | 2D | 51 | 27 |
| Octal | 265 | 215 | 23 | 0 | 26 | 132 | 35 | 55 | 121 | 47 |
| Binary | 10110101 | 10001101 | 10011 | 0 | 10110 | 1011010 | 11101 | 101101 | 1010001 | 100111 |
Color Harmonies of #B58D13
Complementary color
Monochromatic Colors of #B58D13
Black with #B58D13
Text Example
Text Example
White with #B58D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D13; }
p { color: rgb(181,141,19); }
H1.HeaderClassName
{
color: #B58D13;
}
.AnyTagClassName
{
color: #B58D13;
}
</style>
background-color css
<style>
a { background-color: #B58D13; }
a { background-color: rgb(181,141,19); }
div.DivClassName
{
background-color: #B58D13;
}
.BgClassName
{
background-color: #B58D13;
}
</style>
border-color css
<style>
span { border-color: #B58D13; }
span { border-color: rgb(181,141,19); }
td.TdClassName
{
border-color: #B58D13;
}
.TagClassName
{
border-color: #B58D13;
}
</style>