Shades of Dark Goldenrod #B59211
Tints of Dark Goldenrod #B59211
RGB
CMYK
RGB Variations
Color information
#B59211 (or 0xB59211) is known color: Dark Goldenrod. HEX triplet: B5, 92 and 11. RGB value is (181,146,17). Sum of RGB (Red+Green+Blue) = 181+146+17=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B59211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59211 is #4A6DEE. Grayscale: #8E8E8E. Windows color (decimal): -4877807 or 1151669. OLE color: 1151669.
HSL color Cylindrical-coordinate representation of color #B59211: hue angle of 47.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B59211 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.29 |
| HSL | 47.2º | 0.83% | 0.39% | - |
| HSV(B) | 47.2º | 0.91% | 0.71% | - |
| XYZ | 29.44 | 30.42 | 4.85 | - |
| YUV | 141.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 17 | 0 | 0.19 | 0.91 | 0.29 | 47.2 | 0.83 | 0.39 |
| Hex | B5 | 92 | 11 | 0 | 13 | 5B | 1D | 2F | 53 | 27 |
| Octal | 265 | 222 | 21 | 0 | 23 | 133 | 35 | 57 | 123 | 47 |
| Binary | 10110101 | 10010010 | 10001 | 0 | 10011 | 1011011 | 11101 | 101111 | 1010011 | 100111 |
Color Harmonies of #B59211
Complementary color
Monochromatic Colors of #B59211
Black with #B59211
Text Example
Text Example
White with #B59211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59211; }
p { color: rgb(181,146,17); }
H1.HeaderClassName
{
color: #B59211;
}
.AnyTagClassName
{
color: #B59211;
}
</style>
background-color css
<style>
a { background-color: #B59211; }
a { background-color: rgb(181,146,17); }
div.DivClassName
{
background-color: #B59211;
}
.BgClassName
{
background-color: #B59211;
}
</style>
border-color css
<style>
span { border-color: #B59211; }
span { border-color: rgb(181,146,17); }
td.TdClassName
{
border-color: #B59211;
}
.TagClassName
{
border-color: #B59211;
}
</style>