Shades of Dark Goldenrod #B58D07
Tints of Dark Goldenrod #B58D07
RGB
CMYK
RGB Variations
Color information
#B58D07 (or 0xB58D07) is known color: Dark Goldenrod. HEX triplet: B5, 8D and 07. RGB value is (181,141,7). Sum of RGB (Red+Green+Blue) = 181+141+7=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58D07 is #4A72F8. Grayscale: #8A8A8A. Windows color (decimal): -4879097 or 495029. OLE color: 495029.
HSL color Cylindrical-coordinate representation of color #B58D07: hue angle of 46.21º 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 #B58D07 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.29 |
| HSL | 46.21º | 0.93% | 0.37% | - |
| HSV(B) | 46.21º | 0.96% | 0.71% | - |
| XYZ | 28.62 | 28.89 | 4.27 | - |
| YUV | 137.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 7 | 0 | 0.22 | 0.96 | 0.29 | 46.21 | 0.93 | 0.37 |
| Hex | B5 | 8D | 7 | 0 | 16 | 60 | 1D | 2E | 5D | 25 |
| Octal | 265 | 215 | 7 | 0 | 26 | 140 | 35 | 56 | 135 | 45 |
| Binary | 10110101 | 10001101 | 111 | 0 | 10110 | 1100000 | 11101 | 101110 | 1011101 | 100101 |
Color Harmonies of #B58D07
Complementary color
Monochromatic Colors of #B58D07
Black with #B58D07
Text Example
Text Example
White with #B58D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D07; }
p { color: rgb(181,141,7); }
H1.HeaderClassName
{
color: #B58D07;
}
.AnyTagClassName
{
color: #B58D07;
}
</style>
background-color css
<style>
a { background-color: #B58D07; }
a { background-color: rgb(181,141,7); }
div.DivClassName
{
background-color: #B58D07;
}
.BgClassName
{
background-color: #B58D07;
}
</style>
border-color css
<style>
span { border-color: #B58D07; }
span { border-color: rgb(181,141,7); }
td.TdClassName
{
border-color: #B58D07;
}
.TagClassName
{
border-color: #B58D07;
}
</style>