Shades of Alpine #B08836
Tints of Alpine #B08836
RGB
CMYK
RGB Variations
Color information
#B08836 (or 0xB08836) is known color: Alpine. HEX triplet: B0, 88 and 36. RGB value is (176,136,54). Sum of RGB (Red+Green+Blue) = 176+136+54=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B08836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08836 is #4F77C9. Grayscale: #8A8A8A. Windows color (decimal): -5208010 or 3573936. OLE color: 3573936.
HSL color Cylindrical-coordinate representation of color #B08836: hue angle of 40.33º 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 #B08836 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 54 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.31 |
| HSL | 40.33º | 0.53% | 0.45% | - |
| HSV(B) | 40.33º | 0.69% | 0.69% | - |
| XYZ | 27.37 | 27.1 | 7.28 | - |
| YUV | 138.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 54 | 0 | 0.23 | 0.69 | 0.31 | 40.33 | 0.53 | 0.45 |
| Hex | B0 | 88 | 36 | 0 | 17 | 45 | 1F | 28 | 35 | 2D |
| Octal | 260 | 210 | 66 | 0 | 27 | 105 | 37 | 50 | 65 | 55 |
| Binary | 10110000 | 10001000 | 110110 | 0 | 10111 | 1000101 | 11111 | 101000 | 110101 | 101101 |
Color Harmonies of #B08836
Complementary color
Monochromatic Colors of #B08836
Black with #B08836
Text Example
Text Example
White with #B08836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08836; }
p { color: rgb(176,136,54); }
H1.HeaderClassName
{
color: #B08836;
}
.AnyTagClassName
{
color: #B08836;
}
</style>
background-color css
<style>
a { background-color: #B08836; }
a { background-color: rgb(176,136,54); }
div.DivClassName
{
background-color: #B08836;
}
.BgClassName
{
background-color: #B08836;
}
</style>
border-color css
<style>
span { border-color: #B08836; }
span { border-color: rgb(176,136,54); }
td.TdClassName
{
border-color: #B08836;
}
.TagClassName
{
border-color: #B08836;
}
</style>