Shades of Apple Blossom #B1564C
Tints of Apple Blossom #B1564C
RGB
CMYK
RGB Variations
Color information
#B1564C (or 0xB1564C) is known color: Apple Blossom. HEX triplet: B1, 56 and 4C. RGB value is (177,86,76). Sum of RGB (Red+Green+Blue) = 177+86+76=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1564C is #4EA9B3. Grayscale: #707070. Windows color (decimal): -5155252 or 5002929. OLE color: 5002929.
HSL color Cylindrical-coordinate representation of color #B1564C: hue angle of 5.94º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1564C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 76 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.31 |
| HSL | 5.94º | 0.4% | 0.5% | - |
| HSV(B) | 5.94º | 0.57% | 0.69% | - |
| XYZ | 22.76 | 16.52 | 8.83 | - |
| YUV | 112.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 76 | 0 | 0.51 | 0.57 | 0.31 | 5.94 | 0.4 | 0.5 |
| Hex | B1 | 56 | 4C | 0 | 33 | 39 | 1F | 6 | 28 | 32 |
| Octal | 261 | 126 | 114 | 0 | 63 | 71 | 37 | 6 | 50 | 62 |
| Binary | 10110001 | 1010110 | 1001100 | 0 | 110011 | 111001 | 11111 | 110 | 101000 | 110010 |
Color Harmonies of #B1564C
Complementary color
Monochromatic Colors of #B1564C
Black with #B1564C
Text Example
Text Example
White with #B1564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1564C; }
p { color: rgb(177,86,76); }
H1.HeaderClassName
{
color: #B1564C;
}
.AnyTagClassName
{
color: #B1564C;
}
</style>
background-color css
<style>
a { background-color: #B1564C; }
a { background-color: rgb(177,86,76); }
div.DivClassName
{
background-color: #B1564C;
}
.BgClassName
{
background-color: #B1564C;
}
</style>
border-color css
<style>
span { border-color: #B1564C; }
span { border-color: rgb(177,86,76); }
td.TdClassName
{
border-color: #B1564C;
}
.TagClassName
{
border-color: #B1564C;
}
</style>