Shades of Alpine #B48E39
Tints of Alpine #B48E39
RGB
CMYK
RGB Variations
Color information
#B48E39 (or 0xB48E39) is known color: Alpine. HEX triplet: B4, 8E and 39. RGB value is (180,142,57). Sum of RGB (Red+Green+Blue) = 180+142+57=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E39 is #4B71C6. Grayscale: #909090. Windows color (decimal): -4944327 or 3772084. OLE color: 3772084.
HSL color Cylindrical-coordinate representation of color #B48E39: hue angle of 41.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B48E39 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 57 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.29 |
| HSL | 41.46º | 0.52% | 0.46% | - |
| HSV(B) | 41.46º | 0.68% | 0.71% | - |
| XYZ | 29.23 | 29.34 | 7.99 | - |
| YUV | 143.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 57 | 0 | 0.21 | 0.68 | 0.29 | 41.46 | 0.52 | 0.46 |
| Hex | B4 | 8E | 39 | 0 | 15 | 44 | 1D | 29 | 34 | 2E |
| Octal | 264 | 216 | 71 | 0 | 25 | 104 | 35 | 51 | 64 | 56 |
| Binary | 10110100 | 10001110 | 111001 | 0 | 10101 | 1000100 | 11101 | 101001 | 110100 | 101110 |
Color Harmonies of #B48E39
Complementary color
Monochromatic Colors of #B48E39
Black with #B48E39
Text Example
Text Example
White with #B48E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E39; }
p { color: rgb(180,142,57); }
H1.HeaderClassName
{
color: #B48E39;
}
.AnyTagClassName
{
color: #B48E39;
}
</style>
background-color css
<style>
a { background-color: #B48E39; }
a { background-color: rgb(180,142,57); }
div.DivClassName
{
background-color: #B48E39;
}
.BgClassName
{
background-color: #B48E39;
}
</style>
border-color css
<style>
span { border-color: #B48E39; }
span { border-color: rgb(180,142,57); }
td.TdClassName
{
border-color: #B48E39;
}
.TagClassName
{
border-color: #B48E39;
}
</style>