Shades of Apple Blossom #B25449
Tints of Apple Blossom #B25449
RGB
CMYK
RGB Variations
Color information
#B25449 (or 0xB25449) is known color: Apple Blossom. HEX triplet: B2, 54 and 49. RGB value is (178,84,73). Sum of RGB (Red+Green+Blue) = 178+84+73=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B25449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25449 is #4DABB6. Grayscale: #6E6E6E. Windows color (decimal): -5090231 or 4805810. OLE color: 4805810.
HSL color Cylindrical-coordinate representation of color #B25449: hue angle of 6.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25449 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 73 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.30 |
| HSL | 6.29º | 0.42% | 0.49% | - |
| HSV(B) | 6.29º | 0.59% | 0.7% | - |
| XYZ | 22.73 | 16.29 | 8.25 | - |
| YUV | 110.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 73 | 0 | 0.53 | 0.59 | 0.30 | 6.29 | 0.42 | 0.49 |
| Hex | B2 | 54 | 49 | 0 | 35 | 3B | 1E | 6 | 2A | 31 |
| Octal | 262 | 124 | 111 | 0 | 65 | 73 | 36 | 6 | 52 | 61 |
| Binary | 10110010 | 1010100 | 1001001 | 0 | 110101 | 111011 | 11110 | 110 | 101010 | 110001 |
Color Harmonies of #B25449
Complementary color
Monochromatic Colors of #B25449
Black with #B25449
Text Example
Text Example
White with #B25449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25449; }
p { color: rgb(178,84,73); }
H1.HeaderClassName
{
color: #B25449;
}
.AnyTagClassName
{
color: #B25449;
}
</style>
background-color css
<style>
a { background-color: #B25449; }
a { background-color: rgb(178,84,73); }
div.DivClassName
{
background-color: #B25449;
}
.BgClassName
{
background-color: #B25449;
}
</style>
border-color css
<style>
span { border-color: #B25449; }
span { border-color: rgb(178,84,73); }
td.TdClassName
{
border-color: #B25449;
}
.TagClassName
{
border-color: #B25449;
}
</style>