Shades of Alpine #B0852F
Tints of Alpine #B0852F
RGB
CMYK
RGB Variations
Color information
#B0852F (or 0xB0852F) is known color: Alpine. HEX triplet: B0, 85 and 2F. RGB value is (176,133,47). Sum of RGB (Red+Green+Blue) = 176+133+47=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0852F is #4F7AD0. Grayscale: #888888. Windows color (decimal): -5208785 or 3114416. OLE color: 3114416.
HSL color Cylindrical-coordinate representation of color #B0852F: hue angle of 40º 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 #B0852F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 47 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.31 |
| HSL | 40º | 0.58% | 0.44% | - |
| HSV(B) | 40º | 0.73% | 0.69% | - |
| XYZ | 26.81 | 26.21 | 6.34 | - |
| YUV | 136.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 47 | 0 | 0.24 | 0.73 | 0.31 | 40 | 0.58 | 0.44 |
| Hex | B0 | 85 | 2F | 0 | 18 | 49 | 1F | 28 | 3A | 2C |
| Octal | 260 | 205 | 57 | 0 | 30 | 111 | 37 | 50 | 72 | 54 |
| Binary | 10110000 | 10000101 | 101111 | 0 | 11000 | 1001001 | 11111 | 101000 | 111010 | 101100 |
Color Harmonies of #B0852F
Complementary color
Monochromatic Colors of #B0852F
Black with #B0852F
Text Example
Text Example
White with #B0852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0852F; }
p { color: rgb(176,133,47); }
H1.HeaderClassName
{
color: #B0852F;
}
.AnyTagClassName
{
color: #B0852F;
}
</style>
background-color css
<style>
a { background-color: #B0852F; }
a { background-color: rgb(176,133,47); }
div.DivClassName
{
background-color: #B0852F;
}
.BgClassName
{
background-color: #B0852F;
}
</style>
border-color css
<style>
span { border-color: #B0852F; }
span { border-color: rgb(176,133,47); }
td.TdClassName
{
border-color: #B0852F;
}
.TagClassName
{
border-color: #B0852F;
}
</style>