Shades of Golden Brown #B16213
Tints of Golden Brown #B16213
RGB
CMYK
RGB Variations
Color information
#B16213 (or 0xB16213) is known color: Golden Brown. HEX triplet: B1, 62 and 13. RGB value is (177,98,19). Sum of RGB (Red+Green+Blue) = 177+98+19=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16213 is #4E9DEC. Grayscale: #717171. Windows color (decimal): -5152237 or 1270449. OLE color: 1270449.
HSL color Cylindrical-coordinate representation of color #B16213: hue angle of 30º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16213 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 19 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.31 |
| HSL | 30º | 0.81% | 0.38% | - |
| HSV(B) | 30º | 0.89% | 0.69% | - |
| XYZ | 22.62 | 18.13 | 2.92 | - |
| YUV | 112.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 19 | 0 | 0.45 | 0.89 | 0.31 | 30 | 0.81 | 0.38 |
| Hex | B1 | 62 | 13 | 0 | 2D | 59 | 1F | 1E | 51 | 26 |
| Octal | 261 | 142 | 23 | 0 | 55 | 131 | 37 | 36 | 121 | 46 |
| Binary | 10110001 | 1100010 | 10011 | 0 | 101101 | 1011001 | 11111 | 11110 | 1010001 | 100110 |
Color Harmonies of #B16213
Complementary color
Monochromatic Colors of #B16213
Black with #B16213
Text Example
Text Example
White with #B16213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16213; }
p { color: rgb(177,98,19); }
H1.HeaderClassName
{
color: #B16213;
}
.AnyTagClassName
{
color: #B16213;
}
</style>
background-color css
<style>
a { background-color: #B16213; }
a { background-color: rgb(177,98,19); }
div.DivClassName
{
background-color: #B16213;
}
.BgClassName
{
background-color: #B16213;
}
</style>
border-color css
<style>
span { border-color: #B16213; }
span { border-color: rgb(177,98,19); }
td.TdClassName
{
border-color: #B16213;
}
.TagClassName
{
border-color: #B16213;
}
</style>