Shades of Alpine #B18C33
Tints of Alpine #B18C33
RGB
CMYK
RGB Variations
Color information
#B18C33 (or 0xB18C33) is known color: Alpine. HEX triplet: B1, 8C and 33. RGB value is (177,140,51). Sum of RGB (Red+Green+Blue) = 177+140+51=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C33 is #4E73CC. Grayscale: #8D8D8D. Windows color (decimal): -5141453 or 3378353. OLE color: 3378353.
HSL color Cylindrical-coordinate representation of color #B18C33: hue angle of 42.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B18C33 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 51 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.31 |
| HSL | 42.38º | 0.55% | 0.45% | - |
| HSV(B) | 42.38º | 0.71% | 0.69% | - |
| XYZ | 28.11 | 28.34 | 7.12 | - |
| YUV | 140.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 51 | 0 | 0.21 | 0.71 | 0.31 | 42.38 | 0.55 | 0.45 |
| Hex | B1 | 8C | 33 | 0 | 15 | 47 | 1F | 2A | 37 | 2D |
| Octal | 261 | 214 | 63 | 0 | 25 | 107 | 37 | 52 | 67 | 55 |
| Binary | 10110001 | 10001100 | 110011 | 0 | 10101 | 1000111 | 11111 | 101010 | 110111 | 101101 |
Color Harmonies of #B18C33
Complementary color
Monochromatic Colors of #B18C33
Black with #B18C33
Text Example
Text Example
White with #B18C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C33; }
p { color: rgb(177,140,51); }
H1.HeaderClassName
{
color: #B18C33;
}
.AnyTagClassName
{
color: #B18C33;
}
</style>
background-color css
<style>
a { background-color: #B18C33; }
a { background-color: rgb(177,140,51); }
div.DivClassName
{
background-color: #B18C33;
}
.BgClassName
{
background-color: #B18C33;
}
</style>
border-color css
<style>
span { border-color: #B18C33; }
span { border-color: rgb(177,140,51); }
td.TdClassName
{
border-color: #B18C33;
}
.TagClassName
{
border-color: #B18C33;
}
</style>