Shades of Alpine #B0853D
Tints of Alpine #B0853D
RGB
CMYK
RGB Variations
Color information
#B0853D (or 0xB0853D) is known color: Alpine. HEX triplet: B0, 85 and 3D. RGB value is (176,133,61). Sum of RGB (Red+Green+Blue) = 176+133+61=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0853D is #4F7AC2. Grayscale: #898989. Windows color (decimal): -5208771 or 4031920. OLE color: 4031920.
HSL color Cylindrical-coordinate representation of color #B0853D: hue angle of 37.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0853D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 61 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.31 |
| HSL | 37.57º | 0.49% | 0.46% | - |
| HSV(B) | 37.57º | 0.65% | 0.69% | - |
| XYZ | 27.13 | 26.34 | 8.07 | - |
| YUV | 137.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 61 | 0 | 0.24 | 0.65 | 0.31 | 37.57 | 0.49 | 0.46 |
| Hex | B0 | 85 | 3D | 0 | 18 | 41 | 1F | 26 | 31 | 2E |
| Octal | 260 | 205 | 75 | 0 | 30 | 101 | 37 | 46 | 61 | 56 |
| Binary | 10110000 | 10000101 | 111101 | 0 | 11000 | 1000001 | 11111 | 100110 | 110001 | 101110 |
Color Harmonies of #B0853D
Complementary color
Monochromatic Colors of #B0853D
Black with #B0853D
Text Example
Text Example
White with #B0853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0853D; }
p { color: rgb(176,133,61); }
H1.HeaderClassName
{
color: #B0853D;
}
.AnyTagClassName
{
color: #B0853D;
}
</style>
background-color css
<style>
a { background-color: #B0853D; }
a { background-color: rgb(176,133,61); }
div.DivClassName
{
background-color: #B0853D;
}
.BgClassName
{
background-color: #B0853D;
}
</style>
border-color css
<style>
span { border-color: #B0853D; }
span { border-color: rgb(176,133,61); }
td.TdClassName
{
border-color: #B0853D;
}
.TagClassName
{
border-color: #B0853D;
}
</style>