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