Shades of Apple Blossom #B25749
Tints of Apple Blossom #B25749
RGB
CMYK
RGB Variations
Color information
#B25749 (or 0xB25749) is known color: Apple Blossom. HEX triplet: B2, 57 and 49. RGB value is (178,87,73). Sum of RGB (Red+Green+Blue) = 178+87+73=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25749 is #4DA8B6. Grayscale: #707070. Windows color (decimal): -5089463 or 4806578. OLE color: 4806578.
HSL color Cylindrical-coordinate representation of color #B25749: hue angle of 8º 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 #B25749 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 73 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.30 |
| HSL | 8º | 0.42% | 0.49% | - |
| HSV(B) | 8º | 0.59% | 0.7% | - |
| XYZ | 22.97 | 16.76 | 8.33 | - |
| YUV | 112.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 73 | 0 | 0.51 | 0.59 | 0.30 | 8 | 0.42 | 0.49 |
| Hex | B2 | 57 | 49 | 0 | 33 | 3B | 1E | 8 | 2A | 31 |
| Octal | 262 | 127 | 111 | 0 | 63 | 73 | 36 | 10 | 52 | 61 |
| Binary | 10110010 | 1010111 | 1001001 | 0 | 110011 | 111011 | 11110 | 1000 | 101010 | 110001 |
Color Harmonies of #B25749
Complementary color
Monochromatic Colors of #B25749
Black with #B25749
Text Example
Text Example
White with #B25749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25749; }
p { color: rgb(178,87,73); }
H1.HeaderClassName
{
color: #B25749;
}
.AnyTagClassName
{
color: #B25749;
}
</style>
background-color css
<style>
a { background-color: #B25749; }
a { background-color: rgb(178,87,73); }
div.DivClassName
{
background-color: #B25749;
}
.BgClassName
{
background-color: #B25749;
}
</style>
border-color css
<style>
span { border-color: #B25749; }
span { border-color: rgb(178,87,73); }
td.TdClassName
{
border-color: #B25749;
}
.TagClassName
{
border-color: #B25749;
}
</style>