Shades of Dark Goldenrod #B57711
Tints of Dark Goldenrod #B57711
RGB
CMYK
RGB Variations
Color information
#B57711 (or 0xB57711) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 11. RGB value is (181,119,17). Sum of RGB (Red+Green+Blue) = 181+119+17=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B57711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57711 is #4A88EE. Grayscale: #7E7E7E. Windows color (decimal): -4884719 or 1144757. OLE color: 1144757.
HSL color Cylindrical-coordinate representation of color #B57711: hue angle of 37.32º 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 #B57711 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.29 |
| HSL | 37.32º | 0.83% | 0.39% | - |
| HSV(B) | 37.32º | 0.91% | 0.71% | - |
| XYZ | 25.75 | 23.06 | 3.62 | - |
| YUV | 125.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 17 | 0 | 0.34 | 0.91 | 0.29 | 37.32 | 0.83 | 0.39 |
| Hex | B5 | 77 | 11 | 0 | 22 | 5B | 1D | 25 | 53 | 27 |
| Octal | 265 | 167 | 21 | 0 | 42 | 133 | 35 | 45 | 123 | 47 |
| Binary | 10110101 | 1110111 | 10001 | 0 | 100010 | 1011011 | 11101 | 100101 | 1010011 | 100111 |
Color Harmonies of #B57711
Complementary color
Monochromatic Colors of #B57711
Black with #B57711
Text Example
Text Example
White with #B57711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57711; }
p { color: rgb(181,119,17); }
H1.HeaderClassName
{
color: #B57711;
}
.AnyTagClassName
{
color: #B57711;
}
</style>
background-color css
<style>
a { background-color: #B57711; }
a { background-color: rgb(181,119,17); }
div.DivClassName
{
background-color: #B57711;
}
.BgClassName
{
background-color: #B57711;
}
</style>
border-color css
<style>
span { border-color: #B57711; }
span { border-color: rgb(181,119,17); }
td.TdClassName
{
border-color: #B57711;
}
.TagClassName
{
border-color: #B57711;
}
</style>