Shades of Alpine #B18D3A
Tints of Alpine #B18D3A
RGB
CMYK
RGB Variations
Color information
#B18D3A (or 0xB18D3A) is known color: Alpine. HEX triplet: B1, 8D and 3A. RGB value is (177,141,58). Sum of RGB (Red+Green+Blue) = 177+141+58=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3A is #4E72C5. Grayscale: #8E8E8E. Windows color (decimal): -5141190 or 3837361. OLE color: 3837361.
HSL color Cylindrical-coordinate representation of color #B18D3A: hue angle of 41.85º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B18D3A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 58 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.31 |
| HSL | 41.85º | 0.51% | 0.46% | - |
| HSV(B) | 41.85º | 0.67% | 0.69% | - |
| XYZ | 28.42 | 28.7 | 8.05 | - |
| YUV | 142.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 58 | 0 | 0.20 | 0.67 | 0.31 | 41.85 | 0.51 | 0.46 |
| Hex | B1 | 8D | 3A | 0 | 14 | 43 | 1F | 2A | 33 | 2E |
| Octal | 261 | 215 | 72 | 0 | 24 | 103 | 37 | 52 | 63 | 56 |
| Binary | 10110001 | 10001101 | 111010 | 0 | 10100 | 1000011 | 11111 | 101010 | 110011 | 101110 |
Color Harmonies of #B18D3A
Complementary color
Monochromatic Colors of #B18D3A
Black with #B18D3A
Text Example
Text Example
White with #B18D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D3A; }
p { color: rgb(177,141,58); }
H1.HeaderClassName
{
color: #B18D3A;
}
.AnyTagClassName
{
color: #B18D3A;
}
</style>
background-color css
<style>
a { background-color: #B18D3A; }
a { background-color: rgb(177,141,58); }
div.DivClassName
{
background-color: #B18D3A;
}
.BgClassName
{
background-color: #B18D3A;
}
</style>
border-color css
<style>
span { border-color: #B18D3A; }
span { border-color: rgb(177,141,58); }
td.TdClassName
{
border-color: #B18D3A;
}
.TagClassName
{
border-color: #B18D3A;
}
</style>