Shades of Apple Blossom #B05656
Tints of Apple Blossom #B05656
RGB
CMYK
RGB Variations
Color information
#B05656 (or 0xB05656) is known color: Apple Blossom. HEX triplet: B0, 56 and 56. RGB value is (176,86,86). Sum of RGB (Red+Green+Blue) = 176+86+86=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05656 is #4FA9A9. Grayscale: #717171. Windows color (decimal): -5220778 or 5658288. OLE color: 5658288.
HSL color Cylindrical-coordinate representation of color #B05656: hue angle of 0º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05656 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 86 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.31 |
| HSL | 0º | 0.36% | 0.51% | - |
| HSV(B) | 0º | 0.51% | 0.69% | - |
| XYZ | 22.91 | 16.56 | 10.79 | - |
| YUV | 112.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 86 | 0 | 0.51 | 0.51 | 0.31 | 0 | 0.36 | 0.51 |
| Hex | B0 | 56 | 56 | 0 | 33 | 33 | 1F | 0 | 24 | 33 |
| Octal | 260 | 126 | 126 | 0 | 63 | 63 | 37 | 0 | 44 | 63 |
| Binary | 10110000 | 1010110 | 1010110 | 0 | 110011 | 110011 | 11111 | 0 | 100100 | 110011 |
Color Harmonies of #B05656
Complementary color
Monochromatic Colors of #B05656
Black with #B05656
Text Example
Text Example
White with #B05656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05656; }
p { color: rgb(176,86,86); }
H1.HeaderClassName
{
color: #B05656;
}
.AnyTagClassName
{
color: #B05656;
}
</style>
background-color css
<style>
a { background-color: #B05656; }
a { background-color: rgb(176,86,86); }
div.DivClassName
{
background-color: #B05656;
}
.BgClassName
{
background-color: #B05656;
}
</style>
border-color css
<style>
span { border-color: #B05656; }
span { border-color: rgb(176,86,86); }
td.TdClassName
{
border-color: #B05656;
}
.TagClassName
{
border-color: #B05656;
}
</style>