Shades of Alpine #B08B3C
Tints of Alpine #B08B3C
RGB
CMYK
RGB Variations
Color information
#B08B3C (or 0xB08B3C) is known color: Alpine. HEX triplet: B0, 8B and 3C. RGB value is (176,139,60). Sum of RGB (Red+Green+Blue) = 176+139+60=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B3C is #4F74C3. Grayscale: #8D8D8D. Windows color (decimal): -5207236 or 3967920. OLE color: 3967920.
HSL color Cylindrical-coordinate representation of color #B08B3C: hue angle of 40.86º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B08B3C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 60 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.31 |
| HSL | 40.86º | 0.49% | 0.46% | - |
| HSV(B) | 40.86º | 0.66% | 0.69% | - |
| XYZ | 27.95 | 28.02 | 8.21 | - |
| YUV | 141.06 | 82.26 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 60 | 0 | 0.21 | 0.66 | 0.31 | 40.86 | 0.49 | 0.46 |
| Hex | B0 | 8B | 3C | 0 | 15 | 42 | 1F | 29 | 31 | 2E |
| Octal | 260 | 213 | 74 | 0 | 25 | 102 | 37 | 51 | 61 | 56 |
| Binary | 10110000 | 10001011 | 111100 | 0 | 10101 | 1000010 | 11111 | 101001 | 110001 | 101110 |
Color Harmonies of #B08B3C
Complementary color
Monochromatic Colors of #B08B3C
Black with #B08B3C
Text Example
Text Example
White with #B08B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B3C; }
p { color: rgb(176,139,60); }
H1.HeaderClassName
{
color: #B08B3C;
}
.AnyTagClassName
{
color: #B08B3C;
}
</style>
background-color css
<style>
a { background-color: #B08B3C; }
a { background-color: rgb(176,139,60); }
div.DivClassName
{
background-color: #B08B3C;
}
.BgClassName
{
background-color: #B08B3C;
}
</style>
border-color css
<style>
span { border-color: #B08B3C; }
span { border-color: rgb(176,139,60); }
td.TdClassName
{
border-color: #B08B3C;
}
.TagClassName
{
border-color: #B08B3C;
}
</style>