Shades of Golden Brown #B16711
Tints of Golden Brown #B16711
RGB
CMYK
RGB Variations
Color information
#B16711 (or 0xB16711) is known color: Golden Brown. HEX triplet: B1, 67 and 11. RGB value is (177,103,17). Sum of RGB (Red+Green+Blue) = 177+103+17=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16711 is #4E98EE. Grayscale: #737373. Windows color (decimal): -5150959 or 1140657. OLE color: 1140657.
HSL color Cylindrical-coordinate representation of color #B16711: hue angle of 32.25º 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 #B16711 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 32.25º | 0.82% | 0.38% | - |
| HSV(B) | 32.25º | 0.9% | 0.69% | - |
| XYZ | 23.08 | 19.09 | 3 | - |
| YUV | 115.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 17 | 0 | 0.42 | 0.90 | 0.31 | 32.25 | 0.82 | 0.38 |
| Hex | B1 | 67 | 11 | 0 | 2A | 5A | 1F | 20 | 52 | 26 |
| Octal | 261 | 147 | 21 | 0 | 52 | 132 | 37 | 40 | 122 | 46 |
| Binary | 10110001 | 1100111 | 10001 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010010 | 100110 |
Color Harmonies of #B16711
Complementary color
Monochromatic Colors of #B16711
Black with #B16711
Text Example
Text Example
White with #B16711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16711; }
p { color: rgb(177,103,17); }
H1.HeaderClassName
{
color: #B16711;
}
.AnyTagClassName
{
color: #B16711;
}
</style>
background-color css
<style>
a { background-color: #B16711; }
a { background-color: rgb(177,103,17); }
div.DivClassName
{
background-color: #B16711;
}
.BgClassName
{
background-color: #B16711;
}
</style>
border-color css
<style>
span { border-color: #B16711; }
span { border-color: rgb(177,103,17); }
td.TdClassName
{
border-color: #B16711;
}
.TagClassName
{
border-color: #B16711;
}
</style>