Shades of Apple Blossom #B1564E
Tints of Apple Blossom #B1564E
RGB
CMYK
RGB Variations
Color information
#B1564E (or 0xB1564E) is known color: Apple Blossom. HEX triplet: B1, 56 and 4E. RGB value is (177,86,78). Sum of RGB (Red+Green+Blue) = 177+86+78=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1564E is #4EA9B1. Grayscale: #707070. Windows color (decimal): -5155250 or 5134001. OLE color: 5134001.
HSL color Cylindrical-coordinate representation of color #B1564E: hue angle of 4.85º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1564E is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 78 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.31 |
| HSL | 4.85º | 0.39% | 0.5% | - |
| HSV(B) | 4.85º | 0.56% | 0.69% | - |
| XYZ | 22.83 | 16.55 | 9.2 | - |
| YUV | 112.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 78 | 0 | 0.51 | 0.56 | 0.31 | 4.85 | 0.39 | 0.5 |
| Hex | B1 | 56 | 4E | 0 | 33 | 38 | 1F | 5 | 27 | 32 |
| Octal | 261 | 126 | 116 | 0 | 63 | 70 | 37 | 5 | 47 | 62 |
| Binary | 10110001 | 1010110 | 1001110 | 0 | 110011 | 111000 | 11111 | 101 | 100111 | 110010 |
Color Harmonies of #B1564E
Complementary color
Monochromatic Colors of #B1564E
Black with #B1564E
Text Example
Text Example
White with #B1564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1564E; }
p { color: rgb(177,86,78); }
H1.HeaderClassName
{
color: #B1564E;
}
.AnyTagClassName
{
color: #B1564E;
}
</style>
background-color css
<style>
a { background-color: #B1564E; }
a { background-color: rgb(177,86,78); }
div.DivClassName
{
background-color: #B1564E;
}
.BgClassName
{
background-color: #B1564E;
}
</style>
border-color css
<style>
span { border-color: #B1564E; }
span { border-color: rgb(177,86,78); }
td.TdClassName
{
border-color: #B1564E;
}
.TagClassName
{
border-color: #B1564E;
}
</style>