Shades of Apple Blossom #B0574E
Tints of Apple Blossom #B0574E
RGB
CMYK
RGB Variations
Color information
#B0574E (or 0xB0574E) is known color: Apple Blossom. HEX triplet: B0, 57 and 4E. RGB value is (176,87,78). Sum of RGB (Red+Green+Blue) = 176+87+78=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0574E is #4FA8B1. Grayscale: #707070. Windows color (decimal): -5220530 or 5134256. OLE color: 5134256.
HSL color Cylindrical-coordinate representation of color #B0574E: hue angle of 5.51º 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 #B0574E is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 78 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.31 |
| HSL | 5.51º | 0.39% | 0.5% | - |
| HSV(B) | 5.51º | 0.56% | 0.69% | - |
| XYZ | 22.69 | 16.6 | 9.22 | - |
| YUV | 112.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 78 | 0 | 0.51 | 0.56 | 0.31 | 5.51 | 0.39 | 0.5 |
| Hex | B0 | 57 | 4E | 0 | 33 | 38 | 1F | 6 | 27 | 32 |
| Octal | 260 | 127 | 116 | 0 | 63 | 70 | 37 | 6 | 47 | 62 |
| Binary | 10110000 | 1010111 | 1001110 | 0 | 110011 | 111000 | 11111 | 110 | 100111 | 110010 |
Color Harmonies of #B0574E
Complementary color
Monochromatic Colors of #B0574E
Black with #B0574E
Text Example
Text Example
White with #B0574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0574E; }
p { color: rgb(176,87,78); }
H1.HeaderClassName
{
color: #B0574E;
}
.AnyTagClassName
{
color: #B0574E;
}
</style>
background-color css
<style>
a { background-color: #B0574E; }
a { background-color: rgb(176,87,78); }
div.DivClassName
{
background-color: #B0574E;
}
.BgClassName
{
background-color: #B0574E;
}
</style>
border-color css
<style>
span { border-color: #B0574E; }
span { border-color: rgb(176,87,78); }
td.TdClassName
{
border-color: #B0574E;
}
.TagClassName
{
border-color: #B0574E;
}
</style>