Shades of Apple Blossom #B25A4D
Tints of Apple Blossom #B25A4D
RGB
CMYK
RGB Variations
Color information
#B25A4D (or 0xB25A4D) is known color: Apple Blossom. HEX triplet: B2, 5A and 4D. RGB value is (178,90,77). Sum of RGB (Red+Green+Blue) = 178+90+77=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A4D is #4DA5B2. Grayscale: #727272. Windows color (decimal): -5088691 or 5069490. OLE color: 5069490.
HSL color Cylindrical-coordinate representation of color #B25A4D: hue angle of 7.72º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B25A4D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 77 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.30 |
| HSL | 7.72º | 0.4% | 0.5% | - |
| HSV(B) | 7.72º | 0.57% | 0.7% | - |
| XYZ | 23.36 | 17.31 | 9.13 | - |
| YUV | 114.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 77 | 0 | 0.49 | 0.57 | 0.30 | 7.72 | 0.4 | 0.5 |
| Hex | B2 | 5A | 4D | 0 | 31 | 39 | 1E | 8 | 28 | 32 |
| Octal | 262 | 132 | 115 | 0 | 61 | 71 | 36 | 10 | 50 | 62 |
| Binary | 10110010 | 1011010 | 1001101 | 0 | 110001 | 111001 | 11110 | 1000 | 101000 | 110010 |
Color Harmonies of #B25A4D
Complementary color
Monochromatic Colors of #B25A4D
Black with #B25A4D
Text Example
Text Example
White with #B25A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A4D; }
p { color: rgb(178,90,77); }
H1.HeaderClassName
{
color: #B25A4D;
}
.AnyTagClassName
{
color: #B25A4D;
}
</style>
background-color css
<style>
a { background-color: #B25A4D; }
a { background-color: rgb(178,90,77); }
div.DivClassName
{
background-color: #B25A4D;
}
.BgClassName
{
background-color: #B25A4D;
}
</style>
border-color css
<style>
span { border-color: #B25A4D; }
span { border-color: rgb(178,90,77); }
td.TdClassName
{
border-color: #B25A4D;
}
.TagClassName
{
border-color: #B25A4D;
}
</style>