Shades of Alpine #B08C38
Tints of Alpine #B08C38
RGB
CMYK
RGB Variations
Color information
#B08C38 (or 0xB08C38) is known color: Alpine. HEX triplet: B0, 8C and 38. RGB value is (176,140,56). Sum of RGB (Red+Green+Blue) = 176+140+56=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C38 is #4F73C7. Grayscale: #8D8D8D. Windows color (decimal): -5206984 or 3706032. OLE color: 3706032.
HSL color Cylindrical-coordinate representation of color #B08C38: hue angle of 42º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B08C38 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 56 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.31 |
| HSL | 42º | 0.52% | 0.45% | - |
| HSV(B) | 42º | 0.68% | 0.69% | - |
| XYZ | 28 | 28.27 | 7.72 | - |
| YUV | 141.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 56 | 0 | 0.20 | 0.68 | 0.31 | 42 | 0.52 | 0.45 |
| Hex | B0 | 8C | 38 | 0 | 14 | 44 | 1F | 2A | 34 | 2D |
| Octal | 260 | 214 | 70 | 0 | 24 | 104 | 37 | 52 | 64 | 55 |
| Binary | 10110000 | 10001100 | 111000 | 0 | 10100 | 1000100 | 11111 | 101010 | 110100 | 101101 |
Color Harmonies of #B08C38
Complementary color
Monochromatic Colors of #B08C38
Black with #B08C38
Text Example
Text Example
White with #B08C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C38; }
p { color: rgb(176,140,56); }
H1.HeaderClassName
{
color: #B08C38;
}
.AnyTagClassName
{
color: #B08C38;
}
</style>
background-color css
<style>
a { background-color: #B08C38; }
a { background-color: rgb(176,140,56); }
div.DivClassName
{
background-color: #B08C38;
}
.BgClassName
{
background-color: #B08C38;
}
</style>
border-color css
<style>
span { border-color: #B08C38; }
span { border-color: rgb(176,140,56); }
td.TdClassName
{
border-color: #B08C38;
}
.TagClassName
{
border-color: #B08C38;
}
</style>