Shades of Apple Blossom #B25955
Tints of Apple Blossom #B25955
RGB
CMYK
RGB Variations
Color information
#B25955 (or 0xB25955) is known color: Apple Blossom. HEX triplet: B2, 59 and 55. RGB value is (178,89,85). Sum of RGB (Red+Green+Blue) = 178+89+85=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B25955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25955 is #4DA6AA. Grayscale: #737373. Windows color (decimal): -5088939 or 5593522. OLE color: 5593522.
HSL color Cylindrical-coordinate representation of color #B25955: hue angle of 2.58º 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 #B25955 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 85 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.30 |
| HSL | 2.58º | 0.38% | 0.52% | - |
| HSV(B) | 2.58º | 0.52% | 0.7% | - |
| XYZ | 23.57 | 17.27 | 10.68 | - |
| YUV | 115.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 85 | 0 | 0.5 | 0.52 | 0.30 | 2.58 | 0.38 | 0.52 |
| Hex | B2 | 59 | 55 | 0 | 32 | 34 | 1E | 3 | 26 | 34 |
| Octal | 262 | 131 | 125 | 0 | 62 | 64 | 36 | 3 | 46 | 64 |
| Binary | 10110010 | 1011001 | 1010101 | 0 | 110010 | 110100 | 11110 | 11 | 100110 | 110100 |
Color Harmonies of #B25955
Complementary color
Monochromatic Colors of #B25955
Black with #B25955
Text Example
Text Example
White with #B25955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25955; }
p { color: rgb(178,89,85); }
H1.HeaderClassName
{
color: #B25955;
}
.AnyTagClassName
{
color: #B25955;
}
</style>
background-color css
<style>
a { background-color: #B25955; }
a { background-color: rgb(178,89,85); }
div.DivClassName
{
background-color: #B25955;
}
.BgClassName
{
background-color: #B25955;
}
</style>
border-color css
<style>
span { border-color: #B25955; }
span { border-color: rgb(178,89,85); }
td.TdClassName
{
border-color: #B25955;
}
.TagClassName
{
border-color: #B25955;
}
</style>