Shades of Alpine #B28E37
Tints of Alpine #B28E37
RGB
CMYK
RGB Variations
Color information
#B28E37 (or 0xB28E37) is known color: Alpine. HEX triplet: B2, 8E and 37. RGB value is (178,142,55). Sum of RGB (Red+Green+Blue) = 178+142+55=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E37 is #4D71C8. Grayscale: #8F8F8F. Windows color (decimal): -5075401 or 3641010. OLE color: 3641010.
HSL color Cylindrical-coordinate representation of color #B28E37: hue angle of 42.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28E37 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 55 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.30 |
| HSL | 42.44º | 0.53% | 0.46% | - |
| HSV(B) | 42.44º | 0.69% | 0.7% | - |
| XYZ | 28.72 | 29.09 | 7.71 | - |
| YUV | 142.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 55 | 0 | 0.20 | 0.69 | 0.30 | 42.44 | 0.53 | 0.46 |
| Hex | B2 | 8E | 37 | 0 | 14 | 45 | 1E | 2A | 35 | 2E |
| Octal | 262 | 216 | 67 | 0 | 24 | 105 | 36 | 52 | 65 | 56 |
| Binary | 10110010 | 10001110 | 110111 | 0 | 10100 | 1000101 | 11110 | 101010 | 110101 | 101110 |
Color Harmonies of #B28E37
Complementary color
Monochromatic Colors of #B28E37
Black with #B28E37
Text Example
Text Example
White with #B28E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E37; }
p { color: rgb(178,142,55); }
H1.HeaderClassName
{
color: #B28E37;
}
.AnyTagClassName
{
color: #B28E37;
}
</style>
background-color css
<style>
a { background-color: #B28E37; }
a { background-color: rgb(178,142,55); }
div.DivClassName
{
background-color: #B28E37;
}
.BgClassName
{
background-color: #B28E37;
}
</style>
border-color css
<style>
span { border-color: #B28E37; }
span { border-color: rgb(178,142,55); }
td.TdClassName
{
border-color: #B28E37;
}
.TagClassName
{
border-color: #B28E37;
}
</style>