Shades of Alpine #B0872F
Tints of Alpine #B0872F
RGB
CMYK
RGB Variations
Color information
#B0872F (or 0xB0872F) is known color: Alpine. HEX triplet: B0, 87 and 2F. RGB value is (176,135,47). Sum of RGB (Red+Green+Blue) = 176+135+47=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0872F is #4F78D0. Grayscale: #898989. Windows color (decimal): -5208273 or 3114928. OLE color: 3114928.
HSL color Cylindrical-coordinate representation of color #B0872F: hue angle of 40.93º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0872F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 47 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.31 |
| HSL | 40.93º | 0.58% | 0.44% | - |
| HSV(B) | 40.93º | 0.73% | 0.69% | - |
| XYZ | 27.08 | 26.76 | 6.43 | - |
| YUV | 137.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 47 | 0 | 0.23 | 0.73 | 0.31 | 40.93 | 0.58 | 0.44 |
| Hex | B0 | 87 | 2F | 0 | 17 | 49 | 1F | 29 | 3A | 2C |
| Octal | 260 | 207 | 57 | 0 | 27 | 111 | 37 | 51 | 72 | 54 |
| Binary | 10110000 | 10000111 | 101111 | 0 | 10111 | 1001001 | 11111 | 101001 | 111010 | 101100 |
Color Harmonies of #B0872F
Complementary color
Monochromatic Colors of #B0872F
Black with #B0872F
Text Example
Text Example
White with #B0872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0872F; }
p { color: rgb(176,135,47); }
H1.HeaderClassName
{
color: #B0872F;
}
.AnyTagClassName
{
color: #B0872F;
}
</style>
background-color css
<style>
a { background-color: #B0872F; }
a { background-color: rgb(176,135,47); }
div.DivClassName
{
background-color: #B0872F;
}
.BgClassName
{
background-color: #B0872F;
}
</style>
border-color css
<style>
span { border-color: #B0872F; }
span { border-color: rgb(176,135,47); }
td.TdClassName
{
border-color: #B0872F;
}
.TagClassName
{
border-color: #B0872F;
}
</style>