Shades of Alpine #B18B40
Tints of Alpine #B18B40
RGB
CMYK
RGB Variations
Color information
#B18B40 (or 0xB18B40) is known color: Alpine. HEX triplet: B1, 8B and 40. RGB value is (177,139,64). Sum of RGB (Red+Green+Blue) = 177+139+64=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B40 is #4E74BF. Grayscale: #8E8E8E. Windows color (decimal): -5141696 or 4230065. OLE color: 4230065.
HSL color Cylindrical-coordinate representation of color #B18B40: hue angle of 39.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B18B40 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 64 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.31 |
| HSL | 39.82º | 0.47% | 0.47% | - |
| HSV(B) | 39.82º | 0.64% | 0.69% | - |
| XYZ | 28.29 | 28.18 | 8.8 | - |
| YUV | 141.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 64 | 0 | 0.21 | 0.64 | 0.31 | 39.82 | 0.47 | 0.47 |
| Hex | B1 | 8B | 40 | 0 | 15 | 40 | 1F | 28 | 2F | 2F |
| Octal | 261 | 213 | 100 | 0 | 25 | 100 | 37 | 50 | 57 | 57 |
| Binary | 10110001 | 10001011 | 1000000 | 0 | 10101 | 1000000 | 11111 | 101000 | 101111 | 101111 |
Color Harmonies of #B18B40
Complementary color
Monochromatic Colors of #B18B40
Black with #B18B40
Text Example
Text Example
White with #B18B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B40; }
p { color: rgb(177,139,64); }
H1.HeaderClassName
{
color: #B18B40;
}
.AnyTagClassName
{
color: #B18B40;
}
</style>
background-color css
<style>
a { background-color: #B18B40; }
a { background-color: rgb(177,139,64); }
div.DivClassName
{
background-color: #B18B40;
}
.BgClassName
{
background-color: #B18B40;
}
</style>
border-color css
<style>
span { border-color: #B18B40; }
span { border-color: rgb(177,139,64); }
td.TdClassName
{
border-color: #B18B40;
}
.TagClassName
{
border-color: #B18B40;
}
</style>