Shades of Golden Brown #B16611
Tints of Golden Brown #B16611
RGB
CMYK
RGB Variations
Color information
#B16611 (or 0xB16611) is known color: Golden Brown. HEX triplet: B1, 66 and 11. RGB value is (177,102,17). Sum of RGB (Red+Green+Blue) = 177+102+17=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16611 is #4E99EE. Grayscale: #737373. Windows color (decimal): -5151215 or 1140401. OLE color: 1140401.
HSL color Cylindrical-coordinate representation of color #B16611: hue angle of 31.88º 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 #B16611 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 31.88º | 0.82% | 0.38% | - |
| HSV(B) | 31.88º | 0.9% | 0.69% | - |
| XYZ | 22.98 | 18.89 | 2.97 | - |
| YUV | 114.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 17 | 0 | 0.42 | 0.90 | 0.31 | 31.88 | 0.82 | 0.38 |
| Hex | B1 | 66 | 11 | 0 | 2A | 5A | 1F | 20 | 52 | 26 |
| Octal | 261 | 146 | 21 | 0 | 52 | 132 | 37 | 40 | 122 | 46 |
| Binary | 10110001 | 1100110 | 10001 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010010 | 100110 |
Color Harmonies of #B16611
Complementary color
Monochromatic Colors of #B16611
Black with #B16611
Text Example
Text Example
White with #B16611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16611; }
p { color: rgb(177,102,17); }
H1.HeaderClassName
{
color: #B16611;
}
.AnyTagClassName
{
color: #B16611;
}
</style>
background-color css
<style>
a { background-color: #B16611; }
a { background-color: rgb(177,102,17); }
div.DivClassName
{
background-color: #B16611;
}
.BgClassName
{
background-color: #B16611;
}
</style>
border-color css
<style>
span { border-color: #B16611; }
span { border-color: rgb(177,102,17); }
td.TdClassName
{
border-color: #B16611;
}
.TagClassName
{
border-color: #B16611;
}
</style>