Shades of Golden Brown #B16416
Tints of Golden Brown #B16416
RGB
CMYK
RGB Variations
Color information
#B16416 (or 0xB16416) is known color: Golden Brown. HEX triplet: B1, 64 and 16. RGB value is (177,100,22). Sum of RGB (Red+Green+Blue) = 177+100+22=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B16416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16416 is #4E9BE9. Grayscale: #727272. Windows color (decimal): -5151722 or 1467569. OLE color: 1467569.
HSL color Cylindrical-coordinate representation of color #B16416: hue angle of 30.19º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B16416 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 22 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.31 |
| HSL | 30.19º | 0.78% | 0.39% | - |
| HSV(B) | 30.19º | 0.88% | 0.69% | - |
| XYZ | 22.83 | 18.52 | 3.13 | - |
| YUV | 114.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 22 | 0 | 0.44 | 0.88 | 0.31 | 30.19 | 0.78 | 0.39 |
| Hex | B1 | 64 | 16 | 0 | 2C | 58 | 1F | 1E | 4E | 27 |
| Octal | 261 | 144 | 26 | 0 | 54 | 130 | 37 | 36 | 116 | 47 |
| Binary | 10110001 | 1100100 | 10110 | 0 | 101100 | 1011000 | 11111 | 11110 | 1001110 | 100111 |
Color Harmonies of #B16416
Complementary color
Monochromatic Colors of #B16416
Black with #B16416
Text Example
Text Example
White with #B16416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16416; }
p { color: rgb(177,100,22); }
H1.HeaderClassName
{
color: #B16416;
}
.AnyTagClassName
{
color: #B16416;
}
</style>
background-color css
<style>
a { background-color: #B16416; }
a { background-color: rgb(177,100,22); }
div.DivClassName
{
background-color: #B16416;
}
.BgClassName
{
background-color: #B16416;
}
</style>
border-color css
<style>
span { border-color: #B16416; }
span { border-color: rgb(177,100,22); }
td.TdClassName
{
border-color: #B16416;
}
.TagClassName
{
border-color: #B16416;
}
</style>