Shades of Dark Goldenrod #B5860B
Tints of Dark Goldenrod #B5860B
RGB
CMYK
RGB Variations
Color information
#B5860B (or 0xB5860B) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 0B. RGB value is (181,134,11). Sum of RGB (Red+Green+Blue) = 181+134+11=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5860B is #4A79F4. Grayscale: #868686. Windows color (decimal): -4880885 or 755381. OLE color: 755381.
HSL color Cylindrical-coordinate representation of color #B5860B: hue angle of 43.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5860B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.29 |
| HSL | 43.41º | 0.89% | 0.38% | - |
| HSV(B) | 43.41º | 0.94% | 0.71% | - |
| XYZ | 27.64 | 26.9 | 4.05 | - |
| YUV | 134.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 11 | 0 | 0.26 | 0.94 | 0.29 | 43.41 | 0.89 | 0.38 |
| Hex | B5 | 86 | B | 0 | 1A | 5E | 1D | 2B | 59 | 26 |
| Octal | 265 | 206 | 13 | 0 | 32 | 136 | 35 | 53 | 131 | 46 |
| Binary | 10110101 | 10000110 | 1011 | 0 | 11010 | 1011110 | 11101 | 101011 | 1011001 | 100110 |
Color Harmonies of #B5860B
Complementary color
Monochromatic Colors of #B5860B
Black with #B5860B
Text Example
Text Example
White with #B5860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5860B; }
p { color: rgb(181,134,11); }
H1.HeaderClassName
{
color: #B5860B;
}
.AnyTagClassName
{
color: #B5860B;
}
</style>
background-color css
<style>
a { background-color: #B5860B; }
a { background-color: rgb(181,134,11); }
div.DivClassName
{
background-color: #B5860B;
}
.BgClassName
{
background-color: #B5860B;
}
</style>
border-color css
<style>
span { border-color: #B5860B; }
span { border-color: rgb(181,134,11); }
td.TdClassName
{
border-color: #B5860B;
}
.TagClassName
{
border-color: #B5860B;
}
</style>