Shades of Alpine #B18F37
Tints of Alpine #B18F37
RGB
CMYK
RGB Variations
Color information
#B18F37 (or 0xB18F37) is known color: Alpine. HEX triplet: B1, 8F and 37. RGB value is (177,143,55). Sum of RGB (Red+Green+Blue) = 177+143+55=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F37 is #4E70C8. Grayscale: #8F8F8F. Windows color (decimal): -5140681 or 3641265. OLE color: 3641265.
HSL color Cylindrical-coordinate representation of color #B18F37: hue angle of 43.28º 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 #B18F37 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 55 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.31 |
| HSL | 43.28º | 0.53% | 0.45% | - |
| HSV(B) | 43.28º | 0.69% | 0.69% | - |
| XYZ | 28.64 | 29.27 | 7.75 | - |
| YUV | 143.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 55 | 0 | 0.19 | 0.69 | 0.31 | 43.28 | 0.53 | 0.45 |
| Hex | B1 | 8F | 37 | 0 | 13 | 45 | 1F | 2B | 35 | 2D |
| Octal | 261 | 217 | 67 | 0 | 23 | 105 | 37 | 53 | 65 | 55 |
| Binary | 10110001 | 10001111 | 110111 | 0 | 10011 | 1000101 | 11111 | 101011 | 110101 | 101101 |
Color Harmonies of #B18F37
Complementary color
Monochromatic Colors of #B18F37
Black with #B18F37
Text Example
Text Example
White with #B18F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F37; }
p { color: rgb(177,143,55); }
H1.HeaderClassName
{
color: #B18F37;
}
.AnyTagClassName
{
color: #B18F37;
}
</style>
background-color css
<style>
a { background-color: #B18F37; }
a { background-color: rgb(177,143,55); }
div.DivClassName
{
background-color: #B18F37;
}
.BgClassName
{
background-color: #B18F37;
}
</style>
border-color css
<style>
span { border-color: #B18F37; }
span { border-color: rgb(177,143,55); }
td.TdClassName
{
border-color: #B18F37;
}
.TagClassName
{
border-color: #B18F37;
}
</style>