Shades of Dark Goldenrod #B58606
Tints of Dark Goldenrod #B58606
RGB
CMYK
RGB Variations
Color information
#B58606 (or 0xB58606) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 06. RGB value is (181,134,6). Sum of RGB (Red+Green+Blue) = 181+134+6=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B58606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58606 is #4A79F9. Grayscale: #868686. Windows color (decimal): -4880890 or 427701. OLE color: 427701.
HSL color Cylindrical-coordinate representation of color #B58606: hue angle of 43.89º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B58606 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.29 |
| HSL | 43.89º | 0.94% | 0.37% | - |
| HSV(B) | 43.89º | 0.97% | 0.71% | - |
| XYZ | 27.61 | 26.89 | 3.91 | - |
| YUV | 133.46 | 56.07 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 6 | 0 | 0.26 | 0.97 | 0.29 | 43.89 | 0.94 | 0.37 |
| Hex | B5 | 86 | 6 | 0 | 1A | 61 | 1D | 2C | 5E | 25 |
| Octal | 265 | 206 | 6 | 0 | 32 | 141 | 35 | 54 | 136 | 45 |
| Binary | 10110101 | 10000110 | 110 | 0 | 11010 | 1100001 | 11101 | 101100 | 1011110 | 100101 |
Color Harmonies of #B58606
Complementary color
Monochromatic Colors of #B58606
Black with #B58606
Text Example
Text Example
White with #B58606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58606; }
p { color: rgb(181,134,6); }
H1.HeaderClassName
{
color: #B58606;
}
.AnyTagClassName
{
color: #B58606;
}
</style>
background-color css
<style>
a { background-color: #B58606; }
a { background-color: rgb(181,134,6); }
div.DivClassName
{
background-color: #B58606;
}
.BgClassName
{
background-color: #B58606;
}
</style>
border-color css
<style>
span { border-color: #B58606; }
span { border-color: rgb(181,134,6); }
td.TdClassName
{
border-color: #B58606;
}
.TagClassName
{
border-color: #B58606;
}
</style>