Shades of Alpine #B1873C
Tints of Alpine #B1873C
RGB
CMYK
RGB Variations
Color information
#B1873C (or 0xB1873C) is known color: Alpine. HEX triplet: B1, 87 and 3C. RGB value is (177,135,60). Sum of RGB (Red+Green+Blue) = 177+135+60=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1873C is #4E78C3. Grayscale: #8B8B8B. Windows color (decimal): -5142724 or 3966897. OLE color: 3966897.
HSL color Cylindrical-coordinate representation of color #B1873C: hue angle of 38.46º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1873C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 60 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.31 |
| HSL | 38.46º | 0.49% | 0.46% | - |
| HSV(B) | 38.46º | 0.66% | 0.69% | - |
| XYZ | 27.61 | 27 | 8.03 | - |
| YUV | 139.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 60 | 0 | 0.24 | 0.66 | 0.31 | 38.46 | 0.49 | 0.46 |
| Hex | B1 | 87 | 3C | 0 | 18 | 42 | 1F | 26 | 31 | 2E |
| Octal | 261 | 207 | 74 | 0 | 30 | 102 | 37 | 46 | 61 | 56 |
| Binary | 10110001 | 10000111 | 111100 | 0 | 11000 | 1000010 | 11111 | 100110 | 110001 | 101110 |
Color Harmonies of #B1873C
Complementary color
Monochromatic Colors of #B1873C
Black with #B1873C
Text Example
Text Example
White with #B1873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1873C; }
p { color: rgb(177,135,60); }
H1.HeaderClassName
{
color: #B1873C;
}
.AnyTagClassName
{
color: #B1873C;
}
</style>
background-color css
<style>
a { background-color: #B1873C; }
a { background-color: rgb(177,135,60); }
div.DivClassName
{
background-color: #B1873C;
}
.BgClassName
{
background-color: #B1873C;
}
</style>
border-color css
<style>
span { border-color: #B1873C; }
span { border-color: rgb(177,135,60); }
td.TdClassName
{
border-color: #B1873C;
}
.TagClassName
{
border-color: #B1873C;
}
</style>