Shades of Alpine #B08C3F
Tints of Alpine #B08C3F
RGB
CMYK
RGB Variations
Color information
#B08C3F (or 0xB08C3F) is known color: Alpine. HEX triplet: B0, 8C and 3F. RGB value is (176,140,63). Sum of RGB (Red+Green+Blue) = 176+140+63=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C3F is #4F73C0. Grayscale: #8E8E8E. Windows color (decimal): -5206977 or 4164784. OLE color: 4164784.
HSL color Cylindrical-coordinate representation of color #B08C3F: hue angle of 40.88º 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 #B08C3F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 63 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.31 |
| HSL | 40.88º | 0.47% | 0.47% | - |
| HSV(B) | 40.88º | 0.64% | 0.69% | - |
| XYZ | 28.18 | 28.35 | 8.69 | - |
| YUV | 141.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 63 | 0 | 0.20 | 0.64 | 0.31 | 40.88 | 0.47 | 0.47 |
| Hex | B0 | 8C | 3F | 0 | 14 | 40 | 1F | 29 | 2F | 2F |
| Octal | 260 | 214 | 77 | 0 | 24 | 100 | 37 | 51 | 57 | 57 |
| Binary | 10110000 | 10001100 | 111111 | 0 | 10100 | 1000000 | 11111 | 101001 | 101111 | 101111 |
Color Harmonies of #B08C3F
Complementary color
Monochromatic Colors of #B08C3F
Black with #B08C3F
Text Example
Text Example
White with #B08C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C3F; }
p { color: rgb(176,140,63); }
H1.HeaderClassName
{
color: #B08C3F;
}
.AnyTagClassName
{
color: #B08C3F;
}
</style>
background-color css
<style>
a { background-color: #B08C3F; }
a { background-color: rgb(176,140,63); }
div.DivClassName
{
background-color: #B08C3F;
}
.BgClassName
{
background-color: #B08C3F;
}
</style>
border-color css
<style>
span { border-color: #B08C3F; }
span { border-color: rgb(176,140,63); }
td.TdClassName
{
border-color: #B08C3F;
}
.TagClassName
{
border-color: #B08C3F;
}
</style>