Shades of Alpine #B18A39
Tints of Alpine #B18A39
RGB
CMYK
RGB Variations
Color information
#B18A39 (or 0xB18A39) is known color: Alpine. HEX triplet: B1, 8A and 39. RGB value is (177,138,57). Sum of RGB (Red+Green+Blue) = 177+138+57=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A39 is #4E75C6. Grayscale: #8C8C8C. Windows color (decimal): -5141959 or 3771057. OLE color: 3771057.
HSL color Cylindrical-coordinate representation of color #B18A39: hue angle of 40.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B18A39 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 57 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.31 |
| HSL | 40.5º | 0.51% | 0.46% | - |
| HSV(B) | 40.5º | 0.68% | 0.69% | - |
| XYZ | 27.96 | 27.82 | 7.77 | - |
| YUV | 140.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 57 | 0 | 0.22 | 0.68 | 0.31 | 40.5 | 0.51 | 0.46 |
| Hex | B1 | 8A | 39 | 0 | 16 | 44 | 1F | 28 | 33 | 2E |
| Octal | 261 | 212 | 71 | 0 | 26 | 104 | 37 | 50 | 63 | 56 |
| Binary | 10110001 | 10001010 | 111001 | 0 | 10110 | 1000100 | 11111 | 101000 | 110011 | 101110 |
Color Harmonies of #B18A39
Complementary color
Monochromatic Colors of #B18A39
Black with #B18A39
Text Example
Text Example
White with #B18A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A39; }
p { color: rgb(177,138,57); }
H1.HeaderClassName
{
color: #B18A39;
}
.AnyTagClassName
{
color: #B18A39;
}
</style>
background-color css
<style>
a { background-color: #B18A39; }
a { background-color: rgb(177,138,57); }
div.DivClassName
{
background-color: #B18A39;
}
.BgClassName
{
background-color: #B18A39;
}
</style>
border-color css
<style>
span { border-color: #B18A39; }
span { border-color: rgb(177,138,57); }
td.TdClassName
{
border-color: #B18A39;
}
.TagClassName
{
border-color: #B18A39;
}
</style>