Shades of Apple Blossom #B25C53
Tints of Apple Blossom #B25C53
RGB
CMYK
RGB Variations
Color information
#B25C53 (or 0xB25C53) is known color: Apple Blossom. HEX triplet: B2, 5C and 53. RGB value is (178,92,83). Sum of RGB (Red+Green+Blue) = 178+92+83=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C53 is #4DA3AC. Grayscale: #747474. Windows color (decimal): -5088173 or 5463218. OLE color: 5463218.
HSL color Cylindrical-coordinate representation of color #B25C53: hue angle of 5.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25C53 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 83 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.30 |
| HSL | 5.68º | 0.38% | 0.51% | - |
| HSV(B) | 5.68º | 0.53% | 0.7% | - |
| XYZ | 23.75 | 17.74 | 10.36 | - |
| YUV | 116.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 83 | 0 | 0.48 | 0.53 | 0.30 | 5.68 | 0.38 | 0.51 |
| Hex | B2 | 5C | 53 | 0 | 30 | 35 | 1E | 6 | 26 | 33 |
| Octal | 262 | 134 | 123 | 0 | 60 | 65 | 36 | 6 | 46 | 63 |
| Binary | 10110010 | 1011100 | 1010011 | 0 | 110000 | 110101 | 11110 | 110 | 100110 | 110011 |
Color Harmonies of #B25C53
Complementary color
Monochromatic Colors of #B25C53
Black with #B25C53
Text Example
Text Example
White with #B25C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C53; }
p { color: rgb(178,92,83); }
H1.HeaderClassName
{
color: #B25C53;
}
.AnyTagClassName
{
color: #B25C53;
}
</style>
background-color css
<style>
a { background-color: #B25C53; }
a { background-color: rgb(178,92,83); }
div.DivClassName
{
background-color: #B25C53;
}
.BgClassName
{
background-color: #B25C53;
}
</style>
border-color css
<style>
span { border-color: #B25C53; }
span { border-color: rgb(178,92,83); }
td.TdClassName
{
border-color: #B25C53;
}
.TagClassName
{
border-color: #B25C53;
}
</style>