Shades of Apple Blossom #B15550
Tints of Apple Blossom #B15550
RGB
CMYK
RGB Variations
Color information
#B15550 (or 0xB15550) is known color: Apple Blossom. HEX triplet: B1, 55 and 50. RGB value is (177,85,80). Sum of RGB (Red+Green+Blue) = 177+85+80=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15550 is #4EAAAF. Grayscale: #707070. Windows color (decimal): -5155504 or 5264817. OLE color: 5264817.
HSL color Cylindrical-coordinate representation of color #B15550: hue angle of 3.09º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15550 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 80 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.31 |
| HSL | 3.09º | 0.38% | 0.5% | - |
| HSV(B) | 3.09º | 0.55% | 0.69% | - |
| XYZ | 22.83 | 16.42 | 9.56 | - |
| YUV | 111.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 80 | 0 | 0.52 | 0.55 | 0.31 | 3.09 | 0.38 | 0.5 |
| Hex | B1 | 55 | 50 | 0 | 34 | 37 | 1F | 3 | 26 | 32 |
| Octal | 261 | 125 | 120 | 0 | 64 | 67 | 37 | 3 | 46 | 62 |
| Binary | 10110001 | 1010101 | 1010000 | 0 | 110100 | 110111 | 11111 | 11 | 100110 | 110010 |
Color Harmonies of #B15550
Complementary color
Monochromatic Colors of #B15550
Black with #B15550
Text Example
Text Example
White with #B15550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15550; }
p { color: rgb(177,85,80); }
H1.HeaderClassName
{
color: #B15550;
}
.AnyTagClassName
{
color: #B15550;
}
</style>
background-color css
<style>
a { background-color: #B15550; }
a { background-color: rgb(177,85,80); }
div.DivClassName
{
background-color: #B15550;
}
.BgClassName
{
background-color: #B15550;
}
</style>
border-color css
<style>
span { border-color: #B15550; }
span { border-color: rgb(177,85,80); }
td.TdClassName
{
border-color: #B15550;
}
.TagClassName
{
border-color: #B15550;
}
</style>