Shades of Dark Goldenrod #B58507
Tints of Dark Goldenrod #B58507
RGB
CMYK
RGB Variations
Color information
#B58507 (or 0xB58507) is known color: Dark Goldenrod. HEX triplet: B5, 85 and 07. RGB value is (181,133,7). Sum of RGB (Red+Green+Blue) = 181+133+7=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B58507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58507 is #4A7AF8. Grayscale: #858585. Windows color (decimal): -4881145 or 492981. OLE color: 492981.
HSL color Cylindrical-coordinate representation of color #B58507: hue angle of 43.45º 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 #B58507 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.29 |
| HSL | 43.45º | 0.93% | 0.37% | - |
| HSV(B) | 43.45º | 0.96% | 0.71% | - |
| XYZ | 27.48 | 26.61 | 3.89 | - |
| YUV | 132.99 | 56.9 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 7 | 0 | 0.27 | 0.96 | 0.29 | 43.45 | 0.93 | 0.37 |
| Hex | B5 | 85 | 7 | 0 | 1B | 60 | 1D | 2B | 5D | 25 |
| Octal | 265 | 205 | 7 | 0 | 33 | 140 | 35 | 53 | 135 | 45 |
| Binary | 10110101 | 10000101 | 111 | 0 | 11011 | 1100000 | 11101 | 101011 | 1011101 | 100101 |
Color Harmonies of #B58507
Complementary color
Monochromatic Colors of #B58507
Black with #B58507
Text Example
Text Example
White with #B58507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58507; }
p { color: rgb(181,133,7); }
H1.HeaderClassName
{
color: #B58507;
}
.AnyTagClassName
{
color: #B58507;
}
</style>
background-color css
<style>
a { background-color: #B58507; }
a { background-color: rgb(181,133,7); }
div.DivClassName
{
background-color: #B58507;
}
.BgClassName
{
background-color: #B58507;
}
</style>
border-color css
<style>
span { border-color: #B58507; }
span { border-color: rgb(181,133,7); }
td.TdClassName
{
border-color: #B58507;
}
.TagClassName
{
border-color: #B58507;
}
</style>