Shades of Apple Blossom #B25953
Tints of Apple Blossom #B25953
RGB
CMYK
RGB Variations
Color information
#B25953 (or 0xB25953) is known color: Apple Blossom. HEX triplet: B2, 59 and 53. RGB value is (178,89,83). Sum of RGB (Red+Green+Blue) = 178+89+83=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B25953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25953 is #4DA6AC. Grayscale: #737373. Windows color (decimal): -5088941 or 5462450. OLE color: 5462450.
HSL color Cylindrical-coordinate representation of color #B25953: hue angle of 3.79º 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 #B25953 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 83 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.30 |
| HSL | 3.79º | 0.38% | 0.51% | - |
| HSV(B) | 3.79º | 0.53% | 0.7% | - |
| XYZ | 23.49 | 17.23 | 10.27 | - |
| YUV | 114.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 83 | 0 | 0.5 | 0.53 | 0.30 | 3.79 | 0.38 | 0.51 |
| Hex | B2 | 59 | 53 | 0 | 32 | 35 | 1E | 4 | 26 | 33 |
| Octal | 262 | 131 | 123 | 0 | 62 | 65 | 36 | 4 | 46 | 63 |
| Binary | 10110010 | 1011001 | 1010011 | 0 | 110010 | 110101 | 11110 | 100 | 100110 | 110011 |
Color Harmonies of #B25953
Complementary color
Monochromatic Colors of #B25953
Black with #B25953
Text Example
Text Example
White with #B25953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25953; }
p { color: rgb(178,89,83); }
H1.HeaderClassName
{
color: #B25953;
}
.AnyTagClassName
{
color: #B25953;
}
</style>
background-color css
<style>
a { background-color: #B25953; }
a { background-color: rgb(178,89,83); }
div.DivClassName
{
background-color: #B25953;
}
.BgClassName
{
background-color: #B25953;
}
</style>
border-color css
<style>
span { border-color: #B25953; }
span { border-color: rgb(178,89,83); }
td.TdClassName
{
border-color: #B25953;
}
.TagClassName
{
border-color: #B25953;
}
</style>