Shades of Alpine #B38D3C
Tints of Alpine #B38D3C
RGB
CMYK
RGB Variations
Color information
#B38D3C (or 0xB38D3C) is known color: Alpine. HEX triplet: B3, 8D and 3C. RGB value is (179,141,60). Sum of RGB (Red+Green+Blue) = 179+141+60=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D3C is #4C72C3. Grayscale: #8F8F8F. Windows color (decimal): -5010116 or 3968435. OLE color: 3968435.
HSL color Cylindrical-coordinate representation of color #B38D3C: hue angle of 40.84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B38D3C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 60 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.30 |
| HSL | 40.84º | 0.5% | 0.47% | - |
| HSV(B) | 40.84º | 0.66% | 0.7% | - |
| XYZ | 28.93 | 28.96 | 8.34 | - |
| YUV | 143.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 60 | 0 | 0.21 | 0.66 | 0.30 | 40.84 | 0.5 | 0.47 |
| Hex | B3 | 8D | 3C | 0 | 15 | 42 | 1E | 29 | 32 | 2F |
| Octal | 263 | 215 | 74 | 0 | 25 | 102 | 36 | 51 | 62 | 57 |
| Binary | 10110011 | 10001101 | 111100 | 0 | 10101 | 1000010 | 11110 | 101001 | 110010 | 101111 |
Color Harmonies of #B38D3C
Complementary color
Monochromatic Colors of #B38D3C
Black with #B38D3C
Text Example
Text Example
White with #B38D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D3C; }
p { color: rgb(179,141,60); }
H1.HeaderClassName
{
color: #B38D3C;
}
.AnyTagClassName
{
color: #B38D3C;
}
</style>
background-color css
<style>
a { background-color: #B38D3C; }
a { background-color: rgb(179,141,60); }
div.DivClassName
{
background-color: #B38D3C;
}
.BgClassName
{
background-color: #B38D3C;
}
</style>
border-color css
<style>
span { border-color: #B38D3C; }
span { border-color: rgb(179,141,60); }
td.TdClassName
{
border-color: #B38D3C;
}
.TagClassName
{
border-color: #B38D3C;
}
</style>