Shades of Dark Goldenrod #B58206
Tints of Dark Goldenrod #B58206
RGB
CMYK
RGB Variations
Color information
#B58206 (or 0xB58206) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 06. RGB value is (181,130,6). Sum of RGB (Red+Green+Blue) = 181+130+6=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B58206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58206 is #4A7DF9. Grayscale: #838383. Windows color (decimal): -4881914 or 426677. OLE color: 426677.
HSL color Cylindrical-coordinate representation of color #B58206: hue angle of 42.51º 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 #B58206 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.29 |
| HSL | 42.51º | 0.94% | 0.37% | - |
| HSV(B) | 42.51º | 0.97% | 0.71% | - |
| XYZ | 27.07 | 25.8 | 3.73 | - |
| YUV | 131.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 6 | 0 | 0.28 | 0.97 | 0.29 | 42.51 | 0.94 | 0.37 |
| Hex | B5 | 82 | 6 | 0 | 1C | 61 | 1D | 2B | 5E | 25 |
| Octal | 265 | 202 | 6 | 0 | 34 | 141 | 35 | 53 | 136 | 45 |
| Binary | 10110101 | 10000010 | 110 | 0 | 11100 | 1100001 | 11101 | 101011 | 1011110 | 100101 |
Color Harmonies of #B58206
Complementary color
Monochromatic Colors of #B58206
Black with #B58206
Text Example
Text Example
White with #B58206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58206; }
p { color: rgb(181,130,6); }
H1.HeaderClassName
{
color: #B58206;
}
.AnyTagClassName
{
color: #B58206;
}
</style>
background-color css
<style>
a { background-color: #B58206; }
a { background-color: rgb(181,130,6); }
div.DivClassName
{
background-color: #B58206;
}
.BgClassName
{
background-color: #B58206;
}
</style>
border-color css
<style>
span { border-color: #B58206; }
span { border-color: rgb(181,130,6); }
td.TdClassName
{
border-color: #B58206;
}
.TagClassName
{
border-color: #B58206;
}
</style>