Shades of Dark Goldenrod #B58600
Tints of Dark Goldenrod #B58600
RGB
CMYK
RGB Variations
Color information
#B58600 (or 0xB58600) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 00. RGB value is (181,134,0). Sum of RGB (Red+Green+Blue) = 181+134+0=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B58600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58600 is #4A79FF. Grayscale: #858585. Windows color (decimal): -4880896 or 34485. OLE color: 34485.
HSL color Cylindrical-coordinate representation of color #B58600: hue angle of 44.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B58600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.29 |
| HSL | 44.42º | 1% | 0.35% | - |
| HSV(B) | 44.42º | 1% | 0.71% | - |
| XYZ | 27.58 | 26.87 | 3.73 | - |
| YUV | 132.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 0 | 0 | 0.26 | 1 | 0.29 | 44.42 | 1 | 0.35 |
| Hex | B5 | 86 | 0 | 0 | 1A | 64 | 1D | 2C | 64 | 23 |
| Octal | 265 | 206 | 0 | 0 | 32 | 144 | 35 | 54 | 144 | 43 |
| Binary | 10110101 | 10000110 | 0 | 0 | 11010 | 1100100 | 11101 | 101100 | 1100100 | 100011 |
Color Harmonies of #B58600
Complementary color
Monochromatic Colors of #B58600
Black with #B58600
Text Example
Text Example
White with #B58600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58600; }
p { color: rgb(181,134,0); }
H1.HeaderClassName
{
color: #B58600;
}
.AnyTagClassName
{
color: #B58600;
}
</style>
background-color css
<style>
a { background-color: #B58600; }
a { background-color: rgb(181,134,0); }
div.DivClassName
{
background-color: #B58600;
}
.BgClassName
{
background-color: #B58600;
}
</style>
border-color css
<style>
span { border-color: #B58600; }
span { border-color: rgb(181,134,0); }
td.TdClassName
{
border-color: #B58600;
}
.TagClassName
{
border-color: #B58600;
}
</style>