Shades of Apple Blossom #B25A55
Tints of Apple Blossom #B25A55
RGB
CMYK
RGB Variations
Color information
#B25A55 (or 0xB25A55) is known color: Apple Blossom. HEX triplet: B2, 5A and 55. RGB value is (178,90,85). Sum of RGB (Red+Green+Blue) = 178+90+85=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A55 is #4DA5AA. Grayscale: #737373. Windows color (decimal): -5088683 or 5593778. OLE color: 5593778.
HSL color Cylindrical-coordinate representation of color #B25A55: hue angle of 3.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25A55 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 85 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.30 |
| HSL | 3.23º | 0.38% | 0.52% | - |
| HSV(B) | 3.23º | 0.52% | 0.7% | - |
| XYZ | 23.66 | 17.43 | 10.71 | - |
| YUV | 115.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 85 | 0 | 0.49 | 0.52 | 0.30 | 3.23 | 0.38 | 0.52 |
| Hex | B2 | 5A | 55 | 0 | 31 | 34 | 1E | 3 | 26 | 34 |
| Octal | 262 | 132 | 125 | 0 | 61 | 64 | 36 | 3 | 46 | 64 |
| Binary | 10110010 | 1011010 | 1010101 | 0 | 110001 | 110100 | 11110 | 11 | 100110 | 110100 |
Color Harmonies of #B25A55
Complementary color
Monochromatic Colors of #B25A55
Black with #B25A55
Text Example
Text Example
White with #B25A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A55; }
p { color: rgb(178,90,85); }
H1.HeaderClassName
{
color: #B25A55;
}
.AnyTagClassName
{
color: #B25A55;
}
</style>
background-color css
<style>
a { background-color: #B25A55; }
a { background-color: rgb(178,90,85); }
div.DivClassName
{
background-color: #B25A55;
}
.BgClassName
{
background-color: #B25A55;
}
</style>
border-color css
<style>
span { border-color: #B25A55; }
span { border-color: rgb(178,90,85); }
td.TdClassName
{
border-color: #B25A55;
}
.TagClassName
{
border-color: #B25A55;
}
</style>