Shades of Alpine #B08239
Tints of Alpine #B08239
RGB
CMYK
RGB Variations
Color information
#B08239 (or 0xB08239) is known color: Alpine. HEX triplet: B0, 82 and 39. RGB value is (176,130,57). Sum of RGB (Red+Green+Blue) = 176+130+57=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08239 is #4F7DC6. Grayscale: #878787. Windows color (decimal): -5209543 or 3769008. OLE color: 3769008.
HSL color Cylindrical-coordinate representation of color #B08239: hue angle of 36.81º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B08239 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 57 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.31 |
| HSL | 36.81º | 0.51% | 0.46% | - |
| HSV(B) | 36.81º | 0.68% | 0.69% | - |
| XYZ | 26.63 | 25.49 | 7.39 | - |
| YUV | 135.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 57 | 0 | 0.26 | 0.68 | 0.31 | 36.81 | 0.51 | 0.46 |
| Hex | B0 | 82 | 39 | 0 | 1A | 44 | 1F | 25 | 33 | 2E |
| Octal | 260 | 202 | 71 | 0 | 32 | 104 | 37 | 45 | 63 | 56 |
| Binary | 10110000 | 10000010 | 111001 | 0 | 11010 | 1000100 | 11111 | 100101 | 110011 | 101110 |
Color Harmonies of #B08239
Complementary color
Monochromatic Colors of #B08239
Black with #B08239
Text Example
Text Example
White with #B08239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08239; }
p { color: rgb(176,130,57); }
H1.HeaderClassName
{
color: #B08239;
}
.AnyTagClassName
{
color: #B08239;
}
</style>
background-color css
<style>
a { background-color: #B08239; }
a { background-color: rgb(176,130,57); }
div.DivClassName
{
background-color: #B08239;
}
.BgClassName
{
background-color: #B08239;
}
</style>
border-color css
<style>
span { border-color: #B08239; }
span { border-color: rgb(176,130,57); }
td.TdClassName
{
border-color: #B08239;
}
.TagClassName
{
border-color: #B08239;
}
</style>