Shades of Apple Blossom #B15856
Tints of Apple Blossom #B15856
RGB
CMYK
RGB Variations
Color information
#B15856 (or 0xB15856) is known color: Apple Blossom. HEX triplet: B1, 58 and 56. RGB value is (177,88,86). Sum of RGB (Red+Green+Blue) = 177+88+86=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15856 is #4EA7A9. Grayscale: #727272. Windows color (decimal): -5154730 or 5658801. OLE color: 5658801.
HSL color Cylindrical-coordinate representation of color #B15856: hue angle of 1.32º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15856 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 86 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.31 |
| HSL | 1.32º | 0.37% | 0.52% | - |
| HSV(B) | 1.32º | 0.51% | 0.69% | - |
| XYZ | 23.3 | 17 | 10.86 | - |
| YUV | 114.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 86 | 0 | 0.50 | 0.51 | 0.31 | 1.32 | 0.37 | 0.52 |
| Hex | B1 | 58 | 56 | 0 | 32 | 33 | 1F | 1 | 25 | 34 |
| Octal | 261 | 130 | 126 | 0 | 62 | 63 | 37 | 1 | 45 | 64 |
| Binary | 10110001 | 1011000 | 1010110 | 0 | 110010 | 110011 | 11111 | 1 | 100101 | 110100 |
Color Harmonies of #B15856
Complementary color
Monochromatic Colors of #B15856
Black with #B15856
Text Example
Text Example
White with #B15856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15856; }
p { color: rgb(177,88,86); }
H1.HeaderClassName
{
color: #B15856;
}
.AnyTagClassName
{
color: #B15856;
}
</style>
background-color css
<style>
a { background-color: #B15856; }
a { background-color: rgb(177,88,86); }
div.DivClassName
{
background-color: #B15856;
}
.BgClassName
{
background-color: #B15856;
}
</style>
border-color css
<style>
span { border-color: #B15856; }
span { border-color: rgb(177,88,86); }
td.TdClassName
{
border-color: #B15856;
}
.TagClassName
{
border-color: #B15856;
}
</style>