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