Shades of Alpine #B0883E
Tints of Alpine #B0883E
RGB
CMYK
RGB Variations
Color information
#B0883E (or 0xB0883E) is known color: Alpine. HEX triplet: B0, 88 and 3E. RGB value is (176,136,62). Sum of RGB (Red+Green+Blue) = 176+136+62=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0883E is #4F77C1. Grayscale: #8B8B8B. Windows color (decimal): -5208002 or 4098224. OLE color: 4098224.
HSL color Cylindrical-coordinate representation of color #B0883E: hue angle of 38.95º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0883E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 62 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.31 |
| HSL | 38.95º | 0.48% | 0.47% | - |
| HSV(B) | 38.95º | 0.65% | 0.69% | - |
| XYZ | 27.58 | 27.19 | 8.35 | - |
| YUV | 139.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 62 | 0 | 0.23 | 0.65 | 0.31 | 38.95 | 0.48 | 0.47 |
| Hex | B0 | 88 | 3E | 0 | 17 | 41 | 1F | 27 | 30 | 2F |
| Octal | 260 | 210 | 76 | 0 | 27 | 101 | 37 | 47 | 60 | 57 |
| Binary | 10110000 | 10001000 | 111110 | 0 | 10111 | 1000001 | 11111 | 100111 | 110000 | 101111 |
Color Harmonies of #B0883E
Complementary color
Monochromatic Colors of #B0883E
Black with #B0883E
Text Example
Text Example
White with #B0883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0883E; }
p { color: rgb(176,136,62); }
H1.HeaderClassName
{
color: #B0883E;
}
.AnyTagClassName
{
color: #B0883E;
}
</style>
background-color css
<style>
a { background-color: #B0883E; }
a { background-color: rgb(176,136,62); }
div.DivClassName
{
background-color: #B0883E;
}
.BgClassName
{
background-color: #B0883E;
}
</style>
border-color css
<style>
span { border-color: #B0883E; }
span { border-color: rgb(176,136,62); }
td.TdClassName
{
border-color: #B0883E;
}
.TagClassName
{
border-color: #B0883E;
}
</style>