Shades of Alpine #B08733
Tints of Alpine #B08733
RGB
CMYK
RGB Variations
Color information
#B08733 (or 0xB08733) is known color: Alpine. HEX triplet: B0, 87 and 33. RGB value is (176,135,51). Sum of RGB (Red+Green+Blue) = 176+135+51=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B08733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08733 is #4F78CC. Grayscale: #8A8A8A. Windows color (decimal): -5208269 or 3377072. OLE color: 3377072.
HSL color Cylindrical-coordinate representation of color #B08733: hue angle of 40.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B08733 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 51 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.31 |
| HSL | 40.32º | 0.55% | 0.45% | - |
| HSV(B) | 40.32º | 0.71% | 0.69% | - |
| XYZ | 27.17 | 26.8 | 6.87 | - |
| YUV | 137.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 51 | 0 | 0.23 | 0.71 | 0.31 | 40.32 | 0.55 | 0.45 |
| Hex | B0 | 87 | 33 | 0 | 17 | 47 | 1F | 28 | 37 | 2D |
| Octal | 260 | 207 | 63 | 0 | 27 | 107 | 37 | 50 | 67 | 55 |
| Binary | 10110000 | 10000111 | 110011 | 0 | 10111 | 1000111 | 11111 | 101000 | 110111 | 101101 |
Color Harmonies of #B08733
Complementary color
Monochromatic Colors of #B08733
Black with #B08733
Text Example
Text Example
White with #B08733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08733; }
p { color: rgb(176,135,51); }
H1.HeaderClassName
{
color: #B08733;
}
.AnyTagClassName
{
color: #B08733;
}
</style>
background-color css
<style>
a { background-color: #B08733; }
a { background-color: rgb(176,135,51); }
div.DivClassName
{
background-color: #B08733;
}
.BgClassName
{
background-color: #B08733;
}
</style>
border-color css
<style>
span { border-color: #B08733; }
span { border-color: rgb(176,135,51); }
td.TdClassName
{
border-color: #B08733;
}
.TagClassName
{
border-color: #B08733;
}
</style>