Shades of Alpine #B08B40
Tints of Alpine #B08B40
RGB
CMYK
RGB Variations
Color information
#B08B40 (or 0xB08B40) is known color: Alpine. HEX triplet: B0, 8B and 40. RGB value is (176,139,64). Sum of RGB (Red+Green+Blue) = 176+139+64=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B40 is #4F74BF. Grayscale: #8D8D8D. Windows color (decimal): -5207232 or 4230064. OLE color: 4230064.
HSL color Cylindrical-coordinate representation of color #B08B40: hue angle of 40.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B08B40 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 64 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.31 |
| HSL | 40.18º | 0.47% | 0.47% | - |
| HSV(B) | 40.18º | 0.64% | 0.69% | - |
| XYZ | 28.06 | 28.07 | 8.79 | - |
| YUV | 141.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 64 | 0 | 0.21 | 0.64 | 0.31 | 40.18 | 0.47 | 0.47 |
| Hex | B0 | 8B | 40 | 0 | 15 | 40 | 1F | 28 | 2F | 2F |
| Octal | 260 | 213 | 100 | 0 | 25 | 100 | 37 | 50 | 57 | 57 |
| Binary | 10110000 | 10001011 | 1000000 | 0 | 10101 | 1000000 | 11111 | 101000 | 101111 | 101111 |
Color Harmonies of #B08B40
Complementary color
Monochromatic Colors of #B08B40
Black with #B08B40
Text Example
Text Example
White with #B08B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B40; }
p { color: rgb(176,139,64); }
H1.HeaderClassName
{
color: #B08B40;
}
.AnyTagClassName
{
color: #B08B40;
}
</style>
background-color css
<style>
a { background-color: #B08B40; }
a { background-color: rgb(176,139,64); }
div.DivClassName
{
background-color: #B08B40;
}
.BgClassName
{
background-color: #B08B40;
}
</style>
border-color css
<style>
span { border-color: #B08B40; }
span { border-color: rgb(176,139,64); }
td.TdClassName
{
border-color: #B08B40;
}
.TagClassName
{
border-color: #B08B40;
}
</style>