Shades of Alpine #B28D36
Tints of Alpine #B28D36
RGB
CMYK
RGB Variations
Color information
#B28D36 (or 0xB28D36) is known color: Alpine. HEX triplet: B2, 8D and 36. RGB value is (178,141,54). Sum of RGB (Red+Green+Blue) = 178+141+54=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D36 is #4D72C9. Grayscale: #8E8E8E. Windows color (decimal): -5075658 or 3575218. OLE color: 3575218.
HSL color Cylindrical-coordinate representation of color #B28D36: hue angle of 42.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B28D36 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 54 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.30 |
| HSL | 42.1º | 0.53% | 0.45% | - |
| HSV(B) | 42.1º | 0.7% | 0.7% | - |
| XYZ | 28.55 | 28.78 | 7.54 | - |
| YUV | 142.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 54 | 0 | 0.21 | 0.70 | 0.30 | 42.1 | 0.53 | 0.45 |
| Hex | B2 | 8D | 36 | 0 | 15 | 46 | 1E | 2A | 35 | 2D |
| Octal | 262 | 215 | 66 | 0 | 25 | 106 | 36 | 52 | 65 | 55 |
| Binary | 10110010 | 10001101 | 110110 | 0 | 10101 | 1000110 | 11110 | 101010 | 110101 | 101101 |
Color Harmonies of #B28D36
Complementary color
Monochromatic Colors of #B28D36
Black with #B28D36
Text Example
Text Example
White with #B28D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D36; }
p { color: rgb(178,141,54); }
H1.HeaderClassName
{
color: #B28D36;
}
.AnyTagClassName
{
color: #B28D36;
}
</style>
background-color css
<style>
a { background-color: #B28D36; }
a { background-color: rgb(178,141,54); }
div.DivClassName
{
background-color: #B28D36;
}
.BgClassName
{
background-color: #B28D36;
}
</style>
border-color css
<style>
span { border-color: #B28D36; }
span { border-color: rgb(178,141,54); }
td.TdClassName
{
border-color: #B28D36;
}
.TagClassName
{
border-color: #B28D36;
}
</style>