Shades of Apple Blossom #B15855
Tints of Apple Blossom #B15855
RGB
CMYK
RGB Variations
Color information
#B15855 (or 0xB15855) is known color: Apple Blossom. HEX triplet: B1, 58 and 55. RGB value is (177,88,85). Sum of RGB (Red+Green+Blue) = 177+88+85=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15855 is #4EA7AA. Grayscale: #727272. Windows color (decimal): -5154731 or 5593265. OLE color: 5593265.
HSL color Cylindrical-coordinate representation of color #B15855: hue angle of 1.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15855 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 85 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.31 |
| HSL | 1.96º | 0.37% | 0.51% | - |
| HSV(B) | 1.96º | 0.52% | 0.69% | - |
| XYZ | 23.26 | 16.98 | 10.65 | - |
| YUV | 114.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 85 | 0 | 0.50 | 0.52 | 0.31 | 1.96 | 0.37 | 0.51 |
| Hex | B1 | 58 | 55 | 0 | 32 | 34 | 1F | 2 | 25 | 33 |
| Octal | 261 | 130 | 125 | 0 | 62 | 64 | 37 | 2 | 45 | 63 |
| Binary | 10110001 | 1011000 | 1010101 | 0 | 110010 | 110100 | 11111 | 10 | 100101 | 110011 |
Color Harmonies of #B15855
Complementary color
Monochromatic Colors of #B15855
Black with #B15855
Text Example
Text Example
White with #B15855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15855; }
p { color: rgb(177,88,85); }
H1.HeaderClassName
{
color: #B15855;
}
.AnyTagClassName
{
color: #B15855;
}
</style>
background-color css
<style>
a { background-color: #B15855; }
a { background-color: rgb(177,88,85); }
div.DivClassName
{
background-color: #B15855;
}
.BgClassName
{
background-color: #B15855;
}
</style>
border-color css
<style>
span { border-color: #B15855; }
span { border-color: rgb(177,88,85); }
td.TdClassName
{
border-color: #B15855;
}
.TagClassName
{
border-color: #B15855;
}
</style>