Shades of Alpine #B28C37
Tints of Alpine #B28C37
RGB
CMYK
RGB Variations
Color information
#B28C37 (or 0xB28C37) is known color: Alpine. HEX triplet: B2, 8C and 37. RGB value is (178,140,55). Sum of RGB (Red+Green+Blue) = 178+140+55=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C37 is #4D73C8. Grayscale: #8E8E8E. Windows color (decimal): -5075913 or 3640498. OLE color: 3640498.
HSL color Cylindrical-coordinate representation of color #B28C37: hue angle of 41.46º 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 #B28C37 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 55 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.30 |
| HSL | 41.46º | 0.53% | 0.46% | - |
| HSV(B) | 41.46º | 0.69% | 0.7% | - |
| XYZ | 28.43 | 28.5 | 7.62 | - |
| YUV | 141.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 55 | 0 | 0.21 | 0.69 | 0.30 | 41.46 | 0.53 | 0.46 |
| Hex | B2 | 8C | 37 | 0 | 15 | 45 | 1E | 29 | 35 | 2E |
| Octal | 262 | 214 | 67 | 0 | 25 | 105 | 36 | 51 | 65 | 56 |
| Binary | 10110010 | 10001100 | 110111 | 0 | 10101 | 1000101 | 11110 | 101001 | 110101 | 101110 |
Color Harmonies of #B28C37
Complementary color
Monochromatic Colors of #B28C37
Black with #B28C37
Text Example
Text Example
White with #B28C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C37; }
p { color: rgb(178,140,55); }
H1.HeaderClassName
{
color: #B28C37;
}
.AnyTagClassName
{
color: #B28C37;
}
</style>
background-color css
<style>
a { background-color: #B28C37; }
a { background-color: rgb(178,140,55); }
div.DivClassName
{
background-color: #B28C37;
}
.BgClassName
{
background-color: #B28C37;
}
</style>
border-color css
<style>
span { border-color: #B28C37; }
span { border-color: rgb(178,140,55); }
td.TdClassName
{
border-color: #B28C37;
}
.TagClassName
{
border-color: #B28C37;
}
</style>