Shades of Apple Blossom #B25B51
Tints of Apple Blossom #B25B51
RGB
CMYK
RGB Variations
Color information
#B25B51 (or 0xB25B51) is known color: Apple Blossom. HEX triplet: B2, 5B and 51. RGB value is (178,91,81). Sum of RGB (Red+Green+Blue) = 178+91+81=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B51 is #4DA4AE. Grayscale: #747474. Windows color (decimal): -5088431 or 5331890. OLE color: 5331890.
HSL color Cylindrical-coordinate representation of color #B25B51: hue angle of 6.19º 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 #B25B51 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 91 | 81 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.30 |
| HSL | 6.19º | 0.39% | 0.51% | - |
| HSV(B) | 6.19º | 0.54% | 0.7% | - |
| XYZ | 23.59 | 17.54 | 9.93 | - |
| YUV | 115.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 81 | 0 | 0.49 | 0.54 | 0.30 | 6.19 | 0.39 | 0.51 |
| Hex | B2 | 5B | 51 | 0 | 31 | 36 | 1E | 6 | 27 | 33 |
| Octal | 262 | 133 | 121 | 0 | 61 | 66 | 36 | 6 | 47 | 63 |
| Binary | 10110010 | 1011011 | 1010001 | 0 | 110001 | 110110 | 11110 | 110 | 100111 | 110011 |
Color Harmonies of #B25B51
Complementary color
Monochromatic Colors of #B25B51
Black with #B25B51
Text Example
Text Example
White with #B25B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25B51; }
p { color: rgb(178,91,81); }
H1.HeaderClassName
{
color: #B25B51;
}
.AnyTagClassName
{
color: #B25B51;
}
</style>
background-color css
<style>
a { background-color: #B25B51; }
a { background-color: rgb(178,91,81); }
div.DivClassName
{
background-color: #B25B51;
}
.BgClassName
{
background-color: #B25B51;
}
</style>
border-color css
<style>
span { border-color: #B25B51; }
span { border-color: rgb(178,91,81); }
td.TdClassName
{
border-color: #B25B51;
}
.TagClassName
{
border-color: #B25B51;
}
</style>