Shades of Alpine #B1883F
Tints of Alpine #B1883F
RGB
CMYK
RGB Variations
Color information
#B1883F (or 0xB1883F) is known color: Alpine. HEX triplet: B1, 88 and 3F. RGB value is (177,136,63). Sum of RGB (Red+Green+Blue) = 177+136+63=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1883F is #4E77C0. Grayscale: #8C8C8C. Windows color (decimal): -5142465 or 4163761. OLE color: 4163761.
HSL color Cylindrical-coordinate representation of color #B1883F: hue angle of 38.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1883F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 63 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.31 |
| HSL | 38.42º | 0.48% | 0.47% | - |
| HSV(B) | 38.42º | 0.64% | 0.69% | - |
| XYZ | 27.83 | 27.31 | 8.51 | - |
| YUV | 139.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 63 | 0 | 0.23 | 0.64 | 0.31 | 38.42 | 0.48 | 0.47 |
| Hex | B1 | 88 | 3F | 0 | 17 | 40 | 1F | 26 | 30 | 2F |
| Octal | 261 | 210 | 77 | 0 | 27 | 100 | 37 | 46 | 60 | 57 |
| Binary | 10110001 | 10001000 | 111111 | 0 | 10111 | 1000000 | 11111 | 100110 | 110000 | 101111 |
Color Harmonies of #B1883F
Complementary color
Monochromatic Colors of #B1883F
Black with #B1883F
Text Example
Text Example
White with #B1883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1883F; }
p { color: rgb(177,136,63); }
H1.HeaderClassName
{
color: #B1883F;
}
.AnyTagClassName
{
color: #B1883F;
}
</style>
background-color css
<style>
a { background-color: #B1883F; }
a { background-color: rgb(177,136,63); }
div.DivClassName
{
background-color: #B1883F;
}
.BgClassName
{
background-color: #B1883F;
}
</style>
border-color css
<style>
span { border-color: #B1883F; }
span { border-color: rgb(177,136,63); }
td.TdClassName
{
border-color: #B1883F;
}
.TagClassName
{
border-color: #B1883F;
}
</style>