Shades of Dark Goldenrod #B58E07
Tints of Dark Goldenrod #B58E07
RGB
CMYK
RGB Variations
Color information
#B58E07 (or 0xB58E07) is known color: Dark Goldenrod. HEX triplet: B5, 8E and 07. RGB value is (181,142,7). Sum of RGB (Red+Green+Blue) = 181+142+7=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58E07 is #4A71F8. Grayscale: #8A8A8A. Windows color (decimal): -4878841 or 495285. OLE color: 495285.
HSL color Cylindrical-coordinate representation of color #B58E07: hue angle of 46.55º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B58E07 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.29 |
| HSL | 46.55º | 0.93% | 0.37% | - |
| HSV(B) | 46.55º | 0.96% | 0.71% | - |
| XYZ | 28.77 | 29.19 | 4.32 | - |
| YUV | 138.27 | 53.92 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 7 | 0 | 0.22 | 0.96 | 0.29 | 46.55 | 0.93 | 0.37 |
| Hex | B5 | 8E | 7 | 0 | 16 | 60 | 1D | 2F | 5D | 25 |
| Octal | 265 | 216 | 7 | 0 | 26 | 140 | 35 | 57 | 135 | 45 |
| Binary | 10110101 | 10001110 | 111 | 0 | 10110 | 1100000 | 11101 | 101111 | 1011101 | 100101 |
Color Harmonies of #B58E07
Complementary color
Monochromatic Colors of #B58E07
Black with #B58E07
Text Example
Text Example
White with #B58E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E07; }
p { color: rgb(181,142,7); }
H1.HeaderClassName
{
color: #B58E07;
}
.AnyTagClassName
{
color: #B58E07;
}
</style>
background-color css
<style>
a { background-color: #B58E07; }
a { background-color: rgb(181,142,7); }
div.DivClassName
{
background-color: #B58E07;
}
.BgClassName
{
background-color: #B58E07;
}
</style>
border-color css
<style>
span { border-color: #B58E07; }
span { border-color: rgb(181,142,7); }
td.TdClassName
{
border-color: #B58E07;
}
.TagClassName
{
border-color: #B58E07;
}
</style>