Shades of Apple Blossom #B25A56
Tints of Apple Blossom #B25A56
RGB
CMYK
RGB Variations
Color information
#B25A56 (or 0xB25A56) is known color: Apple Blossom. HEX triplet: B2, 5A and 56. RGB value is (178,90,86). Sum of RGB (Red+Green+Blue) = 178+90+86=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A56 is #4DA5A9. Grayscale: #737373. Windows color (decimal): -5088682 or 5659314. OLE color: 5659314.
HSL color Cylindrical-coordinate representation of color #B25A56: hue angle of 2.61º degrees, saturation: 0.37, 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 #B25A56 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 86 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.30 |
| HSL | 2.61º | 0.37% | 0.52% | - |
| HSV(B) | 2.61º | 0.52% | 0.7% | - |
| XYZ | 23.7 | 17.45 | 10.92 | - |
| YUV | 115.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 86 | 0 | 0.49 | 0.52 | 0.30 | 2.61 | 0.37 | 0.52 |
| Hex | B2 | 5A | 56 | 0 | 31 | 34 | 1E | 3 | 25 | 34 |
| Octal | 262 | 132 | 126 | 0 | 61 | 64 | 36 | 3 | 45 | 64 |
| Binary | 10110010 | 1011010 | 1010110 | 0 | 110001 | 110100 | 11110 | 11 | 100101 | 110100 |
Color Harmonies of #B25A56
Complementary color
Monochromatic Colors of #B25A56
Black with #B25A56
Text Example
Text Example
White with #B25A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A56; }
p { color: rgb(178,90,86); }
H1.HeaderClassName
{
color: #B25A56;
}
.AnyTagClassName
{
color: #B25A56;
}
</style>
background-color css
<style>
a { background-color: #B25A56; }
a { background-color: rgb(178,90,86); }
div.DivClassName
{
background-color: #B25A56;
}
.BgClassName
{
background-color: #B25A56;
}
</style>
border-color css
<style>
span { border-color: #B25A56; }
span { border-color: rgb(178,90,86); }
td.TdClassName
{
border-color: #B25A56;
}
.TagClassName
{
border-color: #B25A56;
}
</style>