Shades of Alpine #B0823C
Tints of Alpine #B0823C
RGB
CMYK
RGB Variations
Color information
#B0823C (or 0xB0823C) is known color: Alpine. HEX triplet: B0, 82 and 3C. RGB value is (176,130,60). Sum of RGB (Red+Green+Blue) = 176+130+60=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0823C is #4F7DC3. Grayscale: #888888. Windows color (decimal): -5209540 or 3965616. OLE color: 3965616.
HSL color Cylindrical-coordinate representation of color #B0823C: hue angle of 36.21º 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 #B0823C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 60 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.31 |
| HSL | 36.21º | 0.49% | 0.46% | - |
| HSV(B) | 36.21º | 0.66% | 0.69% | - |
| XYZ | 26.7 | 25.52 | 7.79 | - |
| YUV | 135.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 60 | 0 | 0.26 | 0.66 | 0.31 | 36.21 | 0.49 | 0.46 |
| Hex | B0 | 82 | 3C | 0 | 1A | 42 | 1F | 24 | 31 | 2E |
| Octal | 260 | 202 | 74 | 0 | 32 | 102 | 37 | 44 | 61 | 56 |
| Binary | 10110000 | 10000010 | 111100 | 0 | 11010 | 1000010 | 11111 | 100100 | 110001 | 101110 |
Color Harmonies of #B0823C
Complementary color
Monochromatic Colors of #B0823C
Black with #B0823C
Text Example
Text Example
White with #B0823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0823C; }
p { color: rgb(176,130,60); }
H1.HeaderClassName
{
color: #B0823C;
}
.AnyTagClassName
{
color: #B0823C;
}
</style>
background-color css
<style>
a { background-color: #B0823C; }
a { background-color: rgb(176,130,60); }
div.DivClassName
{
background-color: #B0823C;
}
.BgClassName
{
background-color: #B0823C;
}
</style>
border-color css
<style>
span { border-color: #B0823C; }
span { border-color: rgb(176,130,60); }
td.TdClassName
{
border-color: #B0823C;
}
.TagClassName
{
border-color: #B0823C;
}
</style>