Shades of Dark Goldenrod #B58C07
Tints of Dark Goldenrod #B58C07
RGB
CMYK
RGB Variations
Color information
#B58C07 (or 0xB58C07) is known color: Dark Goldenrod. HEX triplet: B5, 8C and 07. RGB value is (181,140,7). Sum of RGB (Red+Green+Blue) = 181+140+7=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C07 is #4A73F8. Grayscale: #898989. Windows color (decimal): -4879353 or 494773. OLE color: 494773.
HSL color Cylindrical-coordinate representation of color #B58C07: hue angle of 45.86º 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 #B58C07 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.29 |
| HSL | 45.86º | 0.93% | 0.37% | - |
| HSV(B) | 45.86º | 0.96% | 0.71% | - |
| XYZ | 28.47 | 28.6 | 4.22 | - |
| YUV | 137.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 7 | 0 | 0.23 | 0.96 | 0.29 | 45.86 | 0.93 | 0.37 |
| Hex | B5 | 8C | 7 | 0 | 17 | 60 | 1D | 2E | 5D | 25 |
| Octal | 265 | 214 | 7 | 0 | 27 | 140 | 35 | 56 | 135 | 45 |
| Binary | 10110101 | 10001100 | 111 | 0 | 10111 | 1100000 | 11101 | 101110 | 1011101 | 100101 |
Color Harmonies of #B58C07
Complementary color
Monochromatic Colors of #B58C07
Black with #B58C07
Text Example
Text Example
White with #B58C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C07; }
p { color: rgb(181,140,7); }
H1.HeaderClassName
{
color: #B58C07;
}
.AnyTagClassName
{
color: #B58C07;
}
</style>
background-color css
<style>
a { background-color: #B58C07; }
a { background-color: rgb(181,140,7); }
div.DivClassName
{
background-color: #B58C07;
}
.BgClassName
{
background-color: #B58C07;
}
</style>
border-color css
<style>
span { border-color: #B58C07; }
span { border-color: rgb(181,140,7); }
td.TdClassName
{
border-color: #B58C07;
}
.TagClassName
{
border-color: #B58C07;
}
</style>