Shades of Alpine #B08830
Tints of Alpine #B08830
RGB
CMYK
RGB Variations
Color information
#B08830 (or 0xB08830) is known color: Alpine. HEX triplet: B0, 88 and 30. RGB value is (176,136,48). Sum of RGB (Red+Green+Blue) = 176+136+48=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B08830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08830 is #4F77CF. Grayscale: #8A8A8A. Windows color (decimal): -5208016 or 3180720. OLE color: 3180720.
HSL color Cylindrical-coordinate representation of color #B08830: hue angle of 41.25º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B08830 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 48 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.31 |
| HSL | 41.25º | 0.57% | 0.44% | - |
| HSV(B) | 41.25º | 0.73% | 0.69% | - |
| XYZ | 27.24 | 27.05 | 6.58 | - |
| YUV | 137.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 48 | 0 | 0.23 | 0.73 | 0.31 | 41.25 | 0.57 | 0.44 |
| Hex | B0 | 88 | 30 | 0 | 17 | 49 | 1F | 29 | 39 | 2C |
| Octal | 260 | 210 | 60 | 0 | 27 | 111 | 37 | 51 | 71 | 54 |
| Binary | 10110000 | 10001000 | 110000 | 0 | 10111 | 1001001 | 11111 | 101001 | 111001 | 101100 |
Color Harmonies of #B08830
Complementary color
Monochromatic Colors of #B08830
Black with #B08830
Text Example
Text Example
White with #B08830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08830; }
p { color: rgb(176,136,48); }
H1.HeaderClassName
{
color: #B08830;
}
.AnyTagClassName
{
color: #B08830;
}
</style>
background-color css
<style>
a { background-color: #B08830; }
a { background-color: rgb(176,136,48); }
div.DivClassName
{
background-color: #B08830;
}
.BgClassName
{
background-color: #B08830;
}
</style>
border-color css
<style>
span { border-color: #B08830; }
span { border-color: rgb(176,136,48); }
td.TdClassName
{
border-color: #B08830;
}
.TagClassName
{
border-color: #B08830;
}
</style>