Shades of Alpine #B28F39
Tints of Alpine #B28F39
RGB
CMYK
RGB Variations
Color information
#B28F39 (or 0xB28F39) is known color: Alpine. HEX triplet: B2, 8F and 39. RGB value is (178,143,57). Sum of RGB (Red+Green+Blue) = 178+143+57=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F39 is #4D70C6. Grayscale: #909090. Windows color (decimal): -5075143 or 3772338. OLE color: 3772338.
HSL color Cylindrical-coordinate representation of color #B28F39: hue angle of 42.64º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B28F39 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 57 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.30 |
| HSL | 42.64º | 0.51% | 0.46% | - |
| HSV(B) | 42.64º | 0.68% | 0.7% | - |
| XYZ | 28.92 | 29.41 | 8.02 | - |
| YUV | 143.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 57 | 0 | 0.20 | 0.68 | 0.30 | 42.64 | 0.51 | 0.46 |
| Hex | B2 | 8F | 39 | 0 | 14 | 44 | 1E | 2B | 33 | 2E |
| Octal | 262 | 217 | 71 | 0 | 24 | 104 | 36 | 53 | 63 | 56 |
| Binary | 10110010 | 10001111 | 111001 | 0 | 10100 | 1000100 | 11110 | 101011 | 110011 | 101110 |
Color Harmonies of #B28F39
Complementary color
Monochromatic Colors of #B28F39
Black with #B28F39
Text Example
Text Example
White with #B28F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F39; }
p { color: rgb(178,143,57); }
H1.HeaderClassName
{
color: #B28F39;
}
.AnyTagClassName
{
color: #B28F39;
}
</style>
background-color css
<style>
a { background-color: #B28F39; }
a { background-color: rgb(178,143,57); }
div.DivClassName
{
background-color: #B28F39;
}
.BgClassName
{
background-color: #B28F39;
}
</style>
border-color css
<style>
span { border-color: #B28F39; }
span { border-color: rgb(178,143,57); }
td.TdClassName
{
border-color: #B28F39;
}
.TagClassName
{
border-color: #B28F39;
}
</style>