Shades of Alpine #B18D3D
Tints of Alpine #B18D3D
RGB
CMYK
RGB Variations
Color information
#B18D3D (or 0xB18D3D) is known color: Alpine. HEX triplet: B1, 8D and 3D. RGB value is (177,141,61). Sum of RGB (Red+Green+Blue) = 177+141+61=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3D is #4E72C2. Grayscale: #8F8F8F. Windows color (decimal): -5141187 or 4033969. OLE color: 4033969.
HSL color Cylindrical-coordinate representation of color #B18D3D: hue angle of 41.38º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B18D3D is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 61 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.31 |
| HSL | 41.38º | 0.49% | 0.47% | - |
| HSV(B) | 41.38º | 0.66% | 0.69% | - |
| XYZ | 28.5 | 28.73 | 8.46 | - |
| YUV | 142.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 61 | 0 | 0.20 | 0.66 | 0.31 | 41.38 | 0.49 | 0.47 |
| Hex | B1 | 8D | 3D | 0 | 14 | 42 | 1F | 29 | 31 | 2F |
| Octal | 261 | 215 | 75 | 0 | 24 | 102 | 37 | 51 | 61 | 57 |
| Binary | 10110001 | 10001101 | 111101 | 0 | 10100 | 1000010 | 11111 | 101001 | 110001 | 101111 |
Color Harmonies of #B18D3D
Complementary color
Monochromatic Colors of #B18D3D
Black with #B18D3D
Text Example
Text Example
White with #B18D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D3D; }
p { color: rgb(177,141,61); }
H1.HeaderClassName
{
color: #B18D3D;
}
.AnyTagClassName
{
color: #B18D3D;
}
</style>
background-color css
<style>
a { background-color: #B18D3D; }
a { background-color: rgb(177,141,61); }
div.DivClassName
{
background-color: #B18D3D;
}
.BgClassName
{
background-color: #B18D3D;
}
</style>
border-color css
<style>
span { border-color: #B18D3D; }
span { border-color: rgb(177,141,61); }
td.TdClassName
{
border-color: #B18D3D;
}
.TagClassName
{
border-color: #B18D3D;
}
</style>