Shades of Apple Blossom #B0564F
Tints of Apple Blossom #B0564F
RGB
CMYK
RGB Variations
Color information
#B0564F (or 0xB0564F) is known color: Apple Blossom. HEX triplet: B0, 56 and 4F. RGB value is (176,86,79). Sum of RGB (Red+Green+Blue) = 176+86+79=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0564F is #4FA9B0. Grayscale: #707070. Windows color (decimal): -5220785 or 5199536. OLE color: 5199536.
HSL color Cylindrical-coordinate representation of color #B0564F: hue angle of 4.33º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0564F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 79 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.31 |
| HSL | 4.33º | 0.38% | 0.5% | - |
| HSV(B) | 4.33º | 0.55% | 0.69% | - |
| XYZ | 22.64 | 16.45 | 9.38 | - |
| YUV | 112.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 79 | 0 | 0.51 | 0.55 | 0.31 | 4.33 | 0.38 | 0.5 |
| Hex | B0 | 56 | 4F | 0 | 33 | 37 | 1F | 4 | 26 | 32 |
| Octal | 260 | 126 | 117 | 0 | 63 | 67 | 37 | 4 | 46 | 62 |
| Binary | 10110000 | 1010110 | 1001111 | 0 | 110011 | 110111 | 11111 | 100 | 100110 | 110010 |
Color Harmonies of #B0564F
Complementary color
Monochromatic Colors of #B0564F
Black with #B0564F
Text Example
Text Example
White with #B0564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0564F; }
p { color: rgb(176,86,79); }
H1.HeaderClassName
{
color: #B0564F;
}
.AnyTagClassName
{
color: #B0564F;
}
</style>
background-color css
<style>
a { background-color: #B0564F; }
a { background-color: rgb(176,86,79); }
div.DivClassName
{
background-color: #B0564F;
}
.BgClassName
{
background-color: #B0564F;
}
</style>
border-color css
<style>
span { border-color: #B0564F; }
span { border-color: rgb(176,86,79); }
td.TdClassName
{
border-color: #B0564F;
}
.TagClassName
{
border-color: #B0564F;
}
</style>