Shades of Golden Brown #B16211
Tints of Golden Brown #B16211
RGB
CMYK
RGB Variations
Color information
#B16211 (or 0xB16211) is known color: Golden Brown. HEX triplet: B1, 62 and 11. RGB value is (177,98,17). Sum of RGB (Red+Green+Blue) = 177+98+17=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B16211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16211 is #4E9DEE. Grayscale: #707070. Windows color (decimal): -5152239 or 1139377. OLE color: 1139377.
HSL color Cylindrical-coordinate representation of color #B16211: hue angle of 30.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 #B16211 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 17 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.31 |
| HSL | 30.38º | 0.82% | 0.38% | - |
| HSV(B) | 30.38º | 0.9% | 0.69% | - |
| XYZ | 22.6 | 18.12 | 2.84 | - |
| YUV | 112.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 17 | 0 | 0.45 | 0.90 | 0.31 | 30.38 | 0.82 | 0.38 |
| Hex | B1 | 62 | 11 | 0 | 2D | 5A | 1F | 1E | 52 | 26 |
| Octal | 261 | 142 | 21 | 0 | 55 | 132 | 37 | 36 | 122 | 46 |
| Binary | 10110001 | 1100010 | 10001 | 0 | 101101 | 1011010 | 11111 | 11110 | 1010010 | 100110 |
Color Harmonies of #B16211
Complementary color
Monochromatic Colors of #B16211
Black with #B16211
Text Example
Text Example
White with #B16211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16211; }
p { color: rgb(177,98,17); }
H1.HeaderClassName
{
color: #B16211;
}
.AnyTagClassName
{
color: #B16211;
}
</style>
background-color css
<style>
a { background-color: #B16211; }
a { background-color: rgb(177,98,17); }
div.DivClassName
{
background-color: #B16211;
}
.BgClassName
{
background-color: #B16211;
}
</style>
border-color css
<style>
span { border-color: #B16211; }
span { border-color: rgb(177,98,17); }
td.TdClassName
{
border-color: #B16211;
}
.TagClassName
{
border-color: #B16211;
}
</style>