Shades of Apple Blossom #B25A51
Tints of Apple Blossom #B25A51
RGB
CMYK
RGB Variations
Color information
#B25A51 (or 0xB25A51) is known color: Apple Blossom. HEX triplet: B2, 5A and 51. RGB value is (178,90,81). Sum of RGB (Red+Green+Blue) = 178+90+81=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A51 is #4DA5AE. Grayscale: #737373. Windows color (decimal): -5088687 or 5331634. OLE color: 5331634.
HSL color Cylindrical-coordinate representation of color #B25A51: hue angle of 5.57º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25A51 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 81 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.30 |
| HSL | 5.57º | 0.39% | 0.51% | - |
| HSV(B) | 5.57º | 0.54% | 0.7% | - |
| XYZ | 23.5 | 17.37 | 9.9 | - |
| YUV | 115.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 81 | 0 | 0.49 | 0.54 | 0.30 | 5.57 | 0.39 | 0.51 |
| Hex | B2 | 5A | 51 | 0 | 31 | 36 | 1E | 6 | 27 | 33 |
| Octal | 262 | 132 | 121 | 0 | 61 | 66 | 36 | 6 | 47 | 63 |
| Binary | 10110010 | 1011010 | 1010001 | 0 | 110001 | 110110 | 11110 | 110 | 100111 | 110011 |
Color Harmonies of #B25A51
Complementary color
Monochromatic Colors of #B25A51
Black with #B25A51
Text Example
Text Example
White with #B25A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A51; }
p { color: rgb(178,90,81); }
H1.HeaderClassName
{
color: #B25A51;
}
.AnyTagClassName
{
color: #B25A51;
}
</style>
background-color css
<style>
a { background-color: #B25A51; }
a { background-color: rgb(178,90,81); }
div.DivClassName
{
background-color: #B25A51;
}
.BgClassName
{
background-color: #B25A51;
}
</style>
border-color css
<style>
span { border-color: #B25A51; }
span { border-color: rgb(178,90,81); }
td.TdClassName
{
border-color: #B25A51;
}
.TagClassName
{
border-color: #B25A51;
}
</style>