Shades of Apple Blossom #B2564D
Tints of Apple Blossom #B2564D
RGB
CMYK
RGB Variations
Color information
#B2564D (or 0xB2564D) is known color: Apple Blossom. HEX triplet: B2, 56 and 4D. RGB value is (178,86,77). Sum of RGB (Red+Green+Blue) = 178+86+77=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2564D is #4DA9B2. Grayscale: #707070. Windows color (decimal): -5089715 or 5068466. OLE color: 5068466.
HSL color Cylindrical-coordinate representation of color #B2564D: hue angle of 5.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2564D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 77 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.30 |
| HSL | 5.35º | 0.4% | 0.5% | - |
| HSV(B) | 5.35º | 0.57% | 0.7% | - |
| XYZ | 23.03 | 16.66 | 9.02 | - |
| YUV | 112.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 77 | 0 | 0.52 | 0.57 | 0.30 | 5.35 | 0.4 | 0.5 |
| Hex | B2 | 56 | 4D | 0 | 34 | 39 | 1E | 5 | 28 | 32 |
| Octal | 262 | 126 | 115 | 0 | 64 | 71 | 36 | 5 | 50 | 62 |
| Binary | 10110010 | 1010110 | 1001101 | 0 | 110100 | 111001 | 11110 | 101 | 101000 | 110010 |
Color Harmonies of #B2564D
Complementary color
Monochromatic Colors of #B2564D
Black with #B2564D
Text Example
Text Example
White with #B2564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2564D; }
p { color: rgb(178,86,77); }
H1.HeaderClassName
{
color: #B2564D;
}
.AnyTagClassName
{
color: #B2564D;
}
</style>
background-color css
<style>
a { background-color: #B2564D; }
a { background-color: rgb(178,86,77); }
div.DivClassName
{
background-color: #B2564D;
}
.BgClassName
{
background-color: #B2564D;
}
</style>
border-color css
<style>
span { border-color: #B2564D; }
span { border-color: rgb(178,86,77); }
td.TdClassName
{
border-color: #B2564D;
}
.TagClassName
{
border-color: #B2564D;
}
</style>