Shades of Alpine #B18A37
Tints of Alpine #B18A37
RGB
CMYK
RGB Variations
Color information
#B18A37 (or 0xB18A37) is known color: Alpine. HEX triplet: B1, 8A and 37. RGB value is (177,138,55). Sum of RGB (Red+Green+Blue) = 177+138+55=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A37 is #4E75C8. Grayscale: #8C8C8C. Windows color (decimal): -5141961 or 3639985. OLE color: 3639985.
HSL color Cylindrical-coordinate representation of color #B18A37: hue angle of 40.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B18A37 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 55 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.31 |
| HSL | 40.82º | 0.53% | 0.45% | - |
| HSV(B) | 40.82º | 0.69% | 0.69% | - |
| XYZ | 27.91 | 27.8 | 7.51 | - |
| YUV | 140.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 55 | 0 | 0.22 | 0.69 | 0.31 | 40.82 | 0.53 | 0.45 |
| Hex | B1 | 8A | 37 | 0 | 16 | 45 | 1F | 29 | 35 | 2D |
| Octal | 261 | 212 | 67 | 0 | 26 | 105 | 37 | 51 | 65 | 55 |
| Binary | 10110001 | 10001010 | 110111 | 0 | 10110 | 1000101 | 11111 | 101001 | 110101 | 101101 |
Color Harmonies of #B18A37
Complementary color
Monochromatic Colors of #B18A37
Black with #B18A37
Text Example
Text Example
White with #B18A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A37; }
p { color: rgb(177,138,55); }
H1.HeaderClassName
{
color: #B18A37;
}
.AnyTagClassName
{
color: #B18A37;
}
</style>
background-color css
<style>
a { background-color: #B18A37; }
a { background-color: rgb(177,138,55); }
div.DivClassName
{
background-color: #B18A37;
}
.BgClassName
{
background-color: #B18A37;
}
</style>
border-color css
<style>
span { border-color: #B18A37; }
span { border-color: rgb(177,138,55); }
td.TdClassName
{
border-color: #B18A37;
}
.TagClassName
{
border-color: #B18A37;
}
</style>