Shades of Alpine #B08A3A
Tints of Alpine #B08A3A
RGB
CMYK
RGB Variations
Color information
#B08A3A (or 0xB08A3A) is known color: Alpine. HEX triplet: B0, 8A and 3A. RGB value is (176,138,58). Sum of RGB (Red+Green+Blue) = 176+138+58=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A3A is #4F75C5. Grayscale: #8C8C8C. Windows color (decimal): -5207494 or 3836592. OLE color: 3836592.
HSL color Cylindrical-coordinate representation of color #B08A3A: hue angle of 40.68º 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 #B08A3A is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 58 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.31 |
| HSL | 40.68º | 0.5% | 0.46% | - |
| HSV(B) | 40.68º | 0.67% | 0.69% | - |
| XYZ | 27.76 | 27.71 | 7.89 | - |
| YUV | 140.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 58 | 0 | 0.22 | 0.67 | 0.31 | 40.68 | 0.5 | 0.46 |
| Hex | B0 | 8A | 3A | 0 | 16 | 43 | 1F | 29 | 32 | 2E |
| Octal | 260 | 212 | 72 | 0 | 26 | 103 | 37 | 51 | 62 | 56 |
| Binary | 10110000 | 10001010 | 111010 | 0 | 10110 | 1000011 | 11111 | 101001 | 110010 | 101110 |
Color Harmonies of #B08A3A
Complementary color
Monochromatic Colors of #B08A3A
Black with #B08A3A
Text Example
Text Example
White with #B08A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A3A; }
p { color: rgb(176,138,58); }
H1.HeaderClassName
{
color: #B08A3A;
}
.AnyTagClassName
{
color: #B08A3A;
}
</style>
background-color css
<style>
a { background-color: #B08A3A; }
a { background-color: rgb(176,138,58); }
div.DivClassName
{
background-color: #B08A3A;
}
.BgClassName
{
background-color: #B08A3A;
}
</style>
border-color css
<style>
span { border-color: #B08A3A; }
span { border-color: rgb(176,138,58); }
td.TdClassName
{
border-color: #B08A3A;
}
.TagClassName
{
border-color: #B08A3A;
}
</style>