Shades of Alpine #B1853B
Tints of Alpine #B1853B
RGB
CMYK
RGB Variations
Color information
#B1853B (or 0xB1853B) is known color: Alpine. HEX triplet: B1, 85 and 3B. RGB value is (177,133,59). Sum of RGB (Red+Green+Blue) = 177+133+59=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1853B is #4E7AC4. Grayscale: #8A8A8A. Windows color (decimal): -5143237 or 3900849. OLE color: 3900849.
HSL color Cylindrical-coordinate representation of color #B1853B: hue angle of 37.63º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1853B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 59 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.31 |
| HSL | 37.63º | 0.5% | 0.46% | - |
| HSV(B) | 37.63º | 0.67% | 0.69% | - |
| XYZ | 27.31 | 26.44 | 7.8 | - |
| YUV | 137.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 59 | 0 | 0.25 | 0.67 | 0.31 | 37.63 | 0.5 | 0.46 |
| Hex | B1 | 85 | 3B | 0 | 19 | 43 | 1F | 26 | 32 | 2E |
| Octal | 261 | 205 | 73 | 0 | 31 | 103 | 37 | 46 | 62 | 56 |
| Binary | 10110001 | 10000101 | 111011 | 0 | 11001 | 1000011 | 11111 | 100110 | 110010 | 101110 |
Color Harmonies of #B1853B
Complementary color
Monochromatic Colors of #B1853B
Black with #B1853B
Text Example
Text Example
White with #B1853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1853B; }
p { color: rgb(177,133,59); }
H1.HeaderClassName
{
color: #B1853B;
}
.AnyTagClassName
{
color: #B1853B;
}
</style>
background-color css
<style>
a { background-color: #B1853B; }
a { background-color: rgb(177,133,59); }
div.DivClassName
{
background-color: #B1853B;
}
.BgClassName
{
background-color: #B1853B;
}
</style>
border-color css
<style>
span { border-color: #B1853B; }
span { border-color: rgb(177,133,59); }
td.TdClassName
{
border-color: #B1853B;
}
.TagClassName
{
border-color: #B1853B;
}
</style>