Shades of Alpine #B1873B
Tints of Alpine #B1873B
RGB
CMYK
RGB Variations
Color information
#B1873B (or 0xB1873B) is known color: Alpine. HEX triplet: B1, 87 and 3B. RGB value is (177,135,59). Sum of RGB (Red+Green+Blue) = 177+135+59=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1873B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1873B is #4E78C4. Grayscale: #8B8B8B. Windows color (decimal): -5142725 or 3901361. OLE color: 3901361.
HSL color Cylindrical-coordinate representation of color #B1873B: hue angle of 38.64º 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 #B1873B is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 59 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.31 |
| HSL | 38.64º | 0.5% | 0.46% | - |
| HSV(B) | 38.64º | 0.67% | 0.69% | - |
| XYZ | 27.58 | 26.99 | 7.89 | - |
| YUV | 138.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 59 | 0 | 0.24 | 0.67 | 0.31 | 38.64 | 0.5 | 0.46 |
| Hex | B1 | 87 | 3B | 0 | 18 | 43 | 1F | 27 | 32 | 2E |
| Octal | 261 | 207 | 73 | 0 | 30 | 103 | 37 | 47 | 62 | 56 |
| Binary | 10110001 | 10000111 | 111011 | 0 | 11000 | 1000011 | 11111 | 100111 | 110010 | 101110 |
Color Harmonies of #B1873B
Complementary color
Monochromatic Colors of #B1873B
Black with #B1873B
Text Example
Text Example
White with #B1873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1873B; }
p { color: rgb(177,135,59); }
H1.HeaderClassName
{
color: #B1873B;
}
.AnyTagClassName
{
color: #B1873B;
}
</style>
background-color css
<style>
a { background-color: #B1873B; }
a { background-color: rgb(177,135,59); }
div.DivClassName
{
background-color: #B1873B;
}
.BgClassName
{
background-color: #B1873B;
}
</style>
border-color css
<style>
span { border-color: #B1873B; }
span { border-color: rgb(177,135,59); }
td.TdClassName
{
border-color: #B1873B;
}
.TagClassName
{
border-color: #B1873B;
}
</style>