Shades of Alpine #B18D36
Tints of Alpine #B18D36
RGB
CMYK
RGB Variations
Color information
#B18D36 (or 0xB18D36) is known color: Alpine. HEX triplet: B1, 8D and 36. RGB value is (177,141,54). Sum of RGB (Red+Green+Blue) = 177+141+54=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D36 is #4E72C9. Grayscale: #8E8E8E. Windows color (decimal): -5141194 or 3575217. OLE color: 3575217.
HSL color Cylindrical-coordinate representation of color #B18D36: hue angle of 42.44º 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 #B18D36 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 54 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.31 |
| HSL | 42.44º | 0.53% | 0.45% | - |
| HSV(B) | 42.44º | 0.69% | 0.69% | - |
| XYZ | 28.32 | 28.66 | 7.53 | - |
| YUV | 141.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 54 | 0 | 0.20 | 0.69 | 0.31 | 42.44 | 0.53 | 0.45 |
| Hex | B1 | 8D | 36 | 0 | 14 | 45 | 1F | 2A | 35 | 2D |
| Octal | 261 | 215 | 66 | 0 | 24 | 105 | 37 | 52 | 65 | 55 |
| Binary | 10110001 | 10001101 | 110110 | 0 | 10100 | 1000101 | 11111 | 101010 | 110101 | 101101 |
Color Harmonies of #B18D36
Complementary color
Monochromatic Colors of #B18D36
Black with #B18D36
Text Example
Text Example
White with #B18D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D36; }
p { color: rgb(177,141,54); }
H1.HeaderClassName
{
color: #B18D36;
}
.AnyTagClassName
{
color: #B18D36;
}
</style>
background-color css
<style>
a { background-color: #B18D36; }
a { background-color: rgb(177,141,54); }
div.DivClassName
{
background-color: #B18D36;
}
.BgClassName
{
background-color: #B18D36;
}
</style>
border-color css
<style>
span { border-color: #B18D36; }
span { border-color: rgb(177,141,54); }
td.TdClassName
{
border-color: #B18D36;
}
.TagClassName
{
border-color: #B18D36;
}
</style>