Shades of Apple Blossom #B3564D
Tints of Apple Blossom #B3564D
RGB
CMYK
RGB Variations
Color information
#B3564D (or 0xB3564D) is known color: Apple Blossom. HEX triplet: B3, 56 and 4D. RGB value is (179,86,77). Sum of RGB (Red+Green+Blue) = 179+86+77=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3564D is #4CA9B2. Grayscale: #707070. Windows color (decimal): -5024179 or 5068467. OLE color: 5068467.
HSL color Cylindrical-coordinate representation of color #B3564D: hue angle of 5.29º 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 #B3564D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 77 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.30 |
| HSL | 5.29º | 0.4% | 0.5% | - |
| HSV(B) | 5.29º | 0.57% | 0.7% | - |
| XYZ | 23.26 | 16.78 | 9.03 | - |
| YUV | 112.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 77 | 0 | 0.52 | 0.57 | 0.30 | 5.29 | 0.4 | 0.5 |
| Hex | B3 | 56 | 4D | 0 | 34 | 39 | 1E | 5 | 28 | 32 |
| Octal | 263 | 126 | 115 | 0 | 64 | 71 | 36 | 5 | 50 | 62 |
| Binary | 10110011 | 1010110 | 1001101 | 0 | 110100 | 111001 | 11110 | 101 | 101000 | 110010 |
Color Harmonies of #B3564D
Complementary color
Monochromatic Colors of #B3564D
Black with #B3564D
Text Example
Text Example
White with #B3564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3564D; }
p { color: rgb(179,86,77); }
H1.HeaderClassName
{
color: #B3564D;
}
.AnyTagClassName
{
color: #B3564D;
}
</style>
background-color css
<style>
a { background-color: #B3564D; }
a { background-color: rgb(179,86,77); }
div.DivClassName
{
background-color: #B3564D;
}
.BgClassName
{
background-color: #B3564D;
}
</style>
border-color css
<style>
span { border-color: #B3564D; }
span { border-color: rgb(179,86,77); }
td.TdClassName
{
border-color: #B3564D;
}
.TagClassName
{
border-color: #B3564D;
}
</style>