Shades of Dark Goldenrod #B18211
Tints of Dark Goldenrod #B18211
RGB
CMYK
RGB Variations
Color information
#B18211 (or 0xB18211) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 11. RGB value is (177,130,17). Sum of RGB (Red+Green+Blue) = 177+130+17=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B18211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18211 is #4E7DEE. Grayscale: #838383. Windows color (decimal): -5144047 or 1147569. OLE color: 1147569.
HSL color Cylindrical-coordinate representation of color #B18211: hue angle of 42.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18211 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 17 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.31 |
| HSL | 42.38º | 0.82% | 0.38% | - |
| HSV(B) | 42.38º | 0.9% | 0.69% | - |
| XYZ | 26.22 | 25.35 | 4.04 | - |
| YUV | 131.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 17 | 0 | 0.27 | 0.90 | 0.31 | 42.38 | 0.82 | 0.38 |
| Hex | B1 | 82 | 11 | 0 | 1B | 5A | 1F | 2A | 52 | 26 |
| Octal | 261 | 202 | 21 | 0 | 33 | 132 | 37 | 52 | 122 | 46 |
| Binary | 10110001 | 10000010 | 10001 | 0 | 11011 | 1011010 | 11111 | 101010 | 1010010 | 100110 |
Color Harmonies of #B18211
Complementary color
Monochromatic Colors of #B18211
Black with #B18211
Text Example
Text Example
White with #B18211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18211; }
p { color: rgb(177,130,17); }
H1.HeaderClassName
{
color: #B18211;
}
.AnyTagClassName
{
color: #B18211;
}
</style>
background-color css
<style>
a { background-color: #B18211; }
a { background-color: rgb(177,130,17); }
div.DivClassName
{
background-color: #B18211;
}
.BgClassName
{
background-color: #B18211;
}
</style>
border-color css
<style>
span { border-color: #B18211; }
span { border-color: rgb(177,130,17); }
td.TdClassName
{
border-color: #B18211;
}
.TagClassName
{
border-color: #B18211;
}
</style>