Shades of Alpine #B38E3A
Tints of Alpine #B38E3A
RGB
CMYK
RGB Variations
Color information
#B38E3A (or 0xB38E3A) is known color: Alpine. HEX triplet: B3, 8E and 3A. RGB value is (179,142,58). Sum of RGB (Red+Green+Blue) = 179+142+58=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E3A is #4C71C5. Grayscale: #8F8F8F. Windows color (decimal): -5009862 or 3837619. OLE color: 3837619.
HSL color Cylindrical-coordinate representation of color #B38E3A: hue angle of 41.65º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B38E3A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 58 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.30 |
| HSL | 41.65º | 0.51% | 0.46% | - |
| HSV(B) | 41.65º | 0.68% | 0.7% | - |
| XYZ | 29.03 | 29.24 | 8.12 | - |
| YUV | 143.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 58 | 0 | 0.21 | 0.68 | 0.30 | 41.65 | 0.51 | 0.46 |
| Hex | B3 | 8E | 3A | 0 | 15 | 44 | 1E | 2A | 33 | 2E |
| Octal | 263 | 216 | 72 | 0 | 25 | 104 | 36 | 52 | 63 | 56 |
| Binary | 10110011 | 10001110 | 111010 | 0 | 10101 | 1000100 | 11110 | 101010 | 110011 | 101110 |
Color Harmonies of #B38E3A
Complementary color
Monochromatic Colors of #B38E3A
Black with #B38E3A
Text Example
Text Example
White with #B38E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E3A; }
p { color: rgb(179,142,58); }
H1.HeaderClassName
{
color: #B38E3A;
}
.AnyTagClassName
{
color: #B38E3A;
}
</style>
background-color css
<style>
a { background-color: #B38E3A; }
a { background-color: rgb(179,142,58); }
div.DivClassName
{
background-color: #B38E3A;
}
.BgClassName
{
background-color: #B38E3A;
}
</style>
border-color css
<style>
span { border-color: #B38E3A; }
span { border-color: rgb(179,142,58); }
td.TdClassName
{
border-color: #B38E3A;
}
.TagClassName
{
border-color: #B38E3A;
}
</style>