Shades of Alpine #B18630
Tints of Alpine #B18630
RGB
CMYK
RGB Variations
Color information
#B18630 (or 0xB18630) is known color: Alpine. HEX triplet: B1, 86 and 30. RGB value is (177,134,48). Sum of RGB (Red+Green+Blue) = 177+134+48=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B18630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18630 is #4E79CF. Grayscale: #898989. Windows color (decimal): -5142992 or 3180209. OLE color: 3180209.
HSL color Cylindrical-coordinate representation of color #B18630: hue angle of 40º 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 #B18630 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 48 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.31 |
| HSL | 40º | 0.57% | 0.44% | - |
| HSV(B) | 40º | 0.73% | 0.69% | - |
| XYZ | 27.19 | 26.61 | 6.5 | - |
| YUV | 137.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 48 | 0 | 0.24 | 0.73 | 0.31 | 40 | 0.57 | 0.44 |
| Hex | B1 | 86 | 30 | 0 | 18 | 49 | 1F | 28 | 39 | 2C |
| Octal | 261 | 206 | 60 | 0 | 30 | 111 | 37 | 50 | 71 | 54 |
| Binary | 10110001 | 10000110 | 110000 | 0 | 11000 | 1001001 | 11111 | 101000 | 111001 | 101100 |
Color Harmonies of #B18630
Complementary color
Monochromatic Colors of #B18630
Black with #B18630
Text Example
Text Example
White with #B18630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18630; }
p { color: rgb(177,134,48); }
H1.HeaderClassName
{
color: #B18630;
}
.AnyTagClassName
{
color: #B18630;
}
</style>
background-color css
<style>
a { background-color: #B18630; }
a { background-color: rgb(177,134,48); }
div.DivClassName
{
background-color: #B18630;
}
.BgClassName
{
background-color: #B18630;
}
</style>
border-color css
<style>
span { border-color: #B18630; }
span { border-color: rgb(177,134,48); }
td.TdClassName
{
border-color: #B18630;
}
.TagClassName
{
border-color: #B18630;
}
</style>