Shades of Dark Goldenrod #B58407
Tints of Dark Goldenrod #B58407
RGB
CMYK
RGB Variations
Color information
#B58407 (or 0xB58407) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 07. RGB value is (181,132,7). Sum of RGB (Red+Green+Blue) = 181+132+7=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B58407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58407 is #4A7BF8. Grayscale: #848484. Windows color (decimal): -4881401 or 492725. OLE color: 492725.
HSL color Cylindrical-coordinate representation of color #B58407: hue angle of 43.1º 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 #B58407 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 7 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.29 |
| HSL | 43.1º | 0.93% | 0.37% | - |
| HSV(B) | 43.1º | 0.96% | 0.71% | - |
| XYZ | 27.35 | 26.34 | 3.84 | - |
| YUV | 132.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 7 | 0 | 0.27 | 0.96 | 0.29 | 43.1 | 0.93 | 0.37 |
| Hex | B5 | 84 | 7 | 0 | 1B | 60 | 1D | 2B | 5D | 25 |
| Octal | 265 | 204 | 7 | 0 | 33 | 140 | 35 | 53 | 135 | 45 |
| Binary | 10110101 | 10000100 | 111 | 0 | 11011 | 1100000 | 11101 | 101011 | 1011101 | 100101 |
Color Harmonies of #B58407
Complementary color
Monochromatic Colors of #B58407
Black with #B58407
Text Example
Text Example
White with #B58407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58407; }
p { color: rgb(181,132,7); }
H1.HeaderClassName
{
color: #B58407;
}
.AnyTagClassName
{
color: #B58407;
}
</style>
background-color css
<style>
a { background-color: #B58407; }
a { background-color: rgb(181,132,7); }
div.DivClassName
{
background-color: #B58407;
}
.BgClassName
{
background-color: #B58407;
}
</style>
border-color css
<style>
span { border-color: #B58407; }
span { border-color: rgb(181,132,7); }
td.TdClassName
{
border-color: #B58407;
}
.TagClassName
{
border-color: #B58407;
}
</style>