Shades of Dark Goldenrod #B47711
Tints of Dark Goldenrod #B47711
RGB
CMYK
RGB Variations
Color information
#B47711 (or 0xB47711) is known color: Dark Goldenrod. HEX triplet: B4, 77 and 11. RGB value is (180,119,17). Sum of RGB (Red+Green+Blue) = 180+119+17=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B47711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47711 is #4B88EE. Grayscale: #7E7E7E. Windows color (decimal): -4950255 or 1144756. OLE color: 1144756.
HSL color Cylindrical-coordinate representation of color #B47711: hue angle of 37.55º 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 #B47711 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.29 |
| HSL | 37.55º | 0.83% | 0.39% | - |
| HSV(B) | 37.55º | 0.91% | 0.71% | - |
| XYZ | 25.52 | 22.94 | 3.61 | - |
| YUV | 125.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 17 | 0 | 0.34 | 0.91 | 0.29 | 37.55 | 0.83 | 0.39 |
| Hex | B4 | 77 | 11 | 0 | 22 | 5B | 1D | 26 | 53 | 27 |
| Octal | 264 | 167 | 21 | 0 | 42 | 133 | 35 | 46 | 123 | 47 |
| Binary | 10110100 | 1110111 | 10001 | 0 | 100010 | 1011011 | 11101 | 100110 | 1010011 | 100111 |
Color Harmonies of #B47711
Complementary color
Monochromatic Colors of #B47711
Black with #B47711
Text Example
Text Example
White with #B47711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47711; }
p { color: rgb(180,119,17); }
H1.HeaderClassName
{
color: #B47711;
}
.AnyTagClassName
{
color: #B47711;
}
</style>
background-color css
<style>
a { background-color: #B47711; }
a { background-color: rgb(180,119,17); }
div.DivClassName
{
background-color: #B47711;
}
.BgClassName
{
background-color: #B47711;
}
</style>
border-color css
<style>
span { border-color: #B47711; }
span { border-color: rgb(180,119,17); }
td.TdClassName
{
border-color: #B47711;
}
.TagClassName
{
border-color: #B47711;
}
</style>