Shades of Alpine #B18935
Tints of Alpine #B18935
RGB
CMYK
RGB Variations
Color information
#B18935 (or 0xB18935) is known color: Alpine. HEX triplet: B1, 89 and 35. RGB value is (177,137,53). Sum of RGB (Red+Green+Blue) = 177+137+53=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B18935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18935 is #4E76CA. Grayscale: #8B8B8B. Windows color (decimal): -5142219 or 3508657. OLE color: 3508657.
HSL color Cylindrical-coordinate representation of color #B18935: hue angle of 40.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B18935 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 53 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.31 |
| HSL | 40.65º | 0.54% | 0.45% | - |
| HSV(B) | 40.65º | 0.7% | 0.69% | - |
| XYZ | 27.72 | 27.5 | 7.21 | - |
| YUV | 139.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 53 | 0 | 0.23 | 0.70 | 0.31 | 40.65 | 0.54 | 0.45 |
| Hex | B1 | 89 | 35 | 0 | 17 | 46 | 1F | 29 | 36 | 2D |
| Octal | 261 | 211 | 65 | 0 | 27 | 106 | 37 | 51 | 66 | 55 |
| Binary | 10110001 | 10001001 | 110101 | 0 | 10111 | 1000110 | 11111 | 101001 | 110110 | 101101 |
Color Harmonies of #B18935
Complementary color
Monochromatic Colors of #B18935
Black with #B18935
Text Example
Text Example
White with #B18935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18935; }
p { color: rgb(177,137,53); }
H1.HeaderClassName
{
color: #B18935;
}
.AnyTagClassName
{
color: #B18935;
}
</style>
background-color css
<style>
a { background-color: #B18935; }
a { background-color: rgb(177,137,53); }
div.DivClassName
{
background-color: #B18935;
}
.BgClassName
{
background-color: #B18935;
}
</style>
border-color css
<style>
span { border-color: #B18935; }
span { border-color: rgb(177,137,53); }
td.TdClassName
{
border-color: #B18935;
}
.TagClassName
{
border-color: #B18935;
}
</style>