Shades of Apple Blossom #B2564E
Tints of Apple Blossom #B2564E
RGB
CMYK
RGB Variations
Color information
#B2564E (or 0xB2564E) is known color: Apple Blossom. HEX triplet: B2, 56 and 4E. RGB value is (178,86,78). Sum of RGB (Red+Green+Blue) = 178+86+78=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2564E is #4DA9B1. Grayscale: #707070. Windows color (decimal): -5089714 or 5134002. OLE color: 5134002.
HSL color Cylindrical-coordinate representation of color #B2564E: hue angle of 4.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2564E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 78 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.30 |
| HSL | 4.8º | 0.39% | 0.5% | - |
| HSV(B) | 4.8º | 0.56% | 0.7% | - |
| XYZ | 23.06 | 16.67 | 9.21 | - |
| YUV | 112.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 78 | 0 | 0.52 | 0.56 | 0.30 | 4.8 | 0.39 | 0.5 |
| Hex | B2 | 56 | 4E | 0 | 34 | 38 | 1E | 5 | 27 | 32 |
| Octal | 262 | 126 | 116 | 0 | 64 | 70 | 36 | 5 | 47 | 62 |
| Binary | 10110010 | 1010110 | 1001110 | 0 | 110100 | 111000 | 11110 | 101 | 100111 | 110010 |
Color Harmonies of #B2564E
Complementary color
Monochromatic Colors of #B2564E
Black with #B2564E
Text Example
Text Example
White with #B2564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2564E; }
p { color: rgb(178,86,78); }
H1.HeaderClassName
{
color: #B2564E;
}
.AnyTagClassName
{
color: #B2564E;
}
</style>
background-color css
<style>
a { background-color: #B2564E; }
a { background-color: rgb(178,86,78); }
div.DivClassName
{
background-color: #B2564E;
}
.BgClassName
{
background-color: #B2564E;
}
</style>
border-color css
<style>
span { border-color: #B2564E; }
span { border-color: rgb(178,86,78); }
td.TdClassName
{
border-color: #B2564E;
}
.TagClassName
{
border-color: #B2564E;
}
</style>