Shades of Alpine #B28C3A
Tints of Alpine #B28C3A
RGB
CMYK
RGB Variations
Color information
#B28C3A (or 0xB28C3A) is known color: Alpine. HEX triplet: B2, 8C and 3A. RGB value is (178,140,58). Sum of RGB (Red+Green+Blue) = 178+140+58=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C3A is #4D73C5. Grayscale: #8E8E8E. Windows color (decimal): -5075910 or 3837106. OLE color: 3837106.
HSL color Cylindrical-coordinate representation of color #B28C3A: hue angle of 41º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B28C3A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 58 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.30 |
| HSL | 41º | 0.51% | 0.46% | - |
| HSV(B) | 41º | 0.67% | 0.7% | - |
| XYZ | 28.5 | 28.53 | 8.01 | - |
| YUV | 142.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 58 | 0 | 0.21 | 0.67 | 0.30 | 41 | 0.51 | 0.46 |
| Hex | B2 | 8C | 3A | 0 | 15 | 43 | 1E | 29 | 33 | 2E |
| Octal | 262 | 214 | 72 | 0 | 25 | 103 | 36 | 51 | 63 | 56 |
| Binary | 10110010 | 10001100 | 111010 | 0 | 10101 | 1000011 | 11110 | 101001 | 110011 | 101110 |
Color Harmonies of #B28C3A
Complementary color
Monochromatic Colors of #B28C3A
Black with #B28C3A
Text Example
Text Example
White with #B28C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C3A; }
p { color: rgb(178,140,58); }
H1.HeaderClassName
{
color: #B28C3A;
}
.AnyTagClassName
{
color: #B28C3A;
}
</style>
background-color css
<style>
a { background-color: #B28C3A; }
a { background-color: rgb(178,140,58); }
div.DivClassName
{
background-color: #B28C3A;
}
.BgClassName
{
background-color: #B28C3A;
}
</style>
border-color css
<style>
span { border-color: #B28C3A; }
span { border-color: rgb(178,140,58); }
td.TdClassName
{
border-color: #B28C3A;
}
.TagClassName
{
border-color: #B28C3A;
}
</style>