Shades of Alpine #B0833A
Tints of Alpine #B0833A
RGB
CMYK
RGB Variations
Color information
#B0833A (or 0xB0833A) is known color: Alpine. HEX triplet: B0, 83 and 3A. RGB value is (176,131,58). Sum of RGB (Red+Green+Blue) = 176+131+58=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0833A is #4F7CC5. Grayscale: #888888. Windows color (decimal): -5209286 or 3834800. OLE color: 3834800.
HSL color Cylindrical-coordinate representation of color #B0833A: hue angle of 37.12º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0833A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 58 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.31 |
| HSL | 37.12º | 0.5% | 0.46% | - |
| HSV(B) | 37.12º | 0.67% | 0.69% | - |
| XYZ | 26.78 | 25.77 | 7.57 | - |
| YUV | 136.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 58 | 0 | 0.26 | 0.67 | 0.31 | 37.12 | 0.5 | 0.46 |
| Hex | B0 | 83 | 3A | 0 | 1A | 43 | 1F | 25 | 32 | 2E |
| Octal | 260 | 203 | 72 | 0 | 32 | 103 | 37 | 45 | 62 | 56 |
| Binary | 10110000 | 10000011 | 111010 | 0 | 11010 | 1000011 | 11111 | 100101 | 110010 | 101110 |
Color Harmonies of #B0833A
Complementary color
Monochromatic Colors of #B0833A
Black with #B0833A
Text Example
Text Example
White with #B0833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0833A; }
p { color: rgb(176,131,58); }
H1.HeaderClassName
{
color: #B0833A;
}
.AnyTagClassName
{
color: #B0833A;
}
</style>
background-color css
<style>
a { background-color: #B0833A; }
a { background-color: rgb(176,131,58); }
div.DivClassName
{
background-color: #B0833A;
}
.BgClassName
{
background-color: #B0833A;
}
</style>
border-color css
<style>
span { border-color: #B0833A; }
span { border-color: rgb(176,131,58); }
td.TdClassName
{
border-color: #B0833A;
}
.TagClassName
{
border-color: #B0833A;
}
</style>