Shades of Alpine #B28A37
Tints of Alpine #B28A37
RGB
CMYK
RGB Variations
Color information
#B28A37 (or 0xB28A37) is known color: Alpine. HEX triplet: B2, 8A and 37. RGB value is (178,138,55). Sum of RGB (Red+Green+Blue) = 178+138+55=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A37 is #4D75C8. Grayscale: #8C8C8C. Windows color (decimal): -5076425 or 3639986. OLE color: 3639986.
HSL color Cylindrical-coordinate representation of color #B28A37: hue angle of 40.49º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28A37 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 55 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.30 |
| HSL | 40.49º | 0.53% | 0.46% | - |
| HSV(B) | 40.49º | 0.69% | 0.7% | - |
| XYZ | 28.14 | 27.92 | 7.52 | - |
| YUV | 140.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 55 | 0 | 0.22 | 0.69 | 0.30 | 40.49 | 0.53 | 0.46 |
| Hex | B2 | 8A | 37 | 0 | 16 | 45 | 1E | 28 | 35 | 2E |
| Octal | 262 | 212 | 67 | 0 | 26 | 105 | 36 | 50 | 65 | 56 |
| Binary | 10110010 | 10001010 | 110111 | 0 | 10110 | 1000101 | 11110 | 101000 | 110101 | 101110 |
Color Harmonies of #B28A37
Complementary color
Monochromatic Colors of #B28A37
Black with #B28A37
Text Example
Text Example
White with #B28A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A37; }
p { color: rgb(178,138,55); }
H1.HeaderClassName
{
color: #B28A37;
}
.AnyTagClassName
{
color: #B28A37;
}
</style>
background-color css
<style>
a { background-color: #B28A37; }
a { background-color: rgb(178,138,55); }
div.DivClassName
{
background-color: #B28A37;
}
.BgClassName
{
background-color: #B28A37;
}
</style>
border-color css
<style>
span { border-color: #B28A37; }
span { border-color: rgb(178,138,55); }
td.TdClassName
{
border-color: #B28A37;
}
.TagClassName
{
border-color: #B28A37;
}
</style>