Shades of Apple Blossom #B05755
Tints of Apple Blossom #B05755
RGB
CMYK
RGB Variations
Color information
#B05755 (or 0xB05755) is known color: Apple Blossom. HEX triplet: B0, 57 and 55. RGB value is (176,87,85). Sum of RGB (Red+Green+Blue) = 176+87+85=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05755 is #4FA8AA. Grayscale: #717171. Windows color (decimal): -5220523 or 5593008. OLE color: 5593008.
HSL color Cylindrical-coordinate representation of color #B05755: hue angle of 1.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05755 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 85 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.31 |
| HSL | 1.32º | 0.37% | 0.51% | - |
| HSV(B) | 1.32º | 0.52% | 0.69% | - |
| XYZ | 22.95 | 16.7 | 10.61 | - |
| YUV | 113.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 85 | 0 | 0.51 | 0.52 | 0.31 | 1.32 | 0.37 | 0.51 |
| Hex | B0 | 57 | 55 | 0 | 33 | 34 | 1F | 1 | 25 | 33 |
| Octal | 260 | 127 | 125 | 0 | 63 | 64 | 37 | 1 | 45 | 63 |
| Binary | 10110000 | 1010111 | 1010101 | 0 | 110011 | 110100 | 11111 | 1 | 100101 | 110011 |
Color Harmonies of #B05755
Complementary color
Monochromatic Colors of #B05755
Black with #B05755
Text Example
Text Example
White with #B05755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05755; }
p { color: rgb(176,87,85); }
H1.HeaderClassName
{
color: #B05755;
}
.AnyTagClassName
{
color: #B05755;
}
</style>
background-color css
<style>
a { background-color: #B05755; }
a { background-color: rgb(176,87,85); }
div.DivClassName
{
background-color: #B05755;
}
.BgClassName
{
background-color: #B05755;
}
</style>
border-color css
<style>
span { border-color: #B05755; }
span { border-color: rgb(176,87,85); }
td.TdClassName
{
border-color: #B05755;
}
.TagClassName
{
border-color: #B05755;
}
</style>