Shades of Apple Blossom #B05C55
Tints of Apple Blossom #B05C55
RGB
CMYK
RGB Variations
Color information
#B05C55 (or 0xB05C55) is known color: Apple Blossom. HEX triplet: B0, 5C and 55. RGB value is (176,92,85). Sum of RGB (Red+Green+Blue) = 176+92+85=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C55 is #4FA3AA. Grayscale: #747474. Windows color (decimal): -5219243 or 5594288. OLE color: 5594288.
HSL color Cylindrical-coordinate representation of color #B05C55: hue angle of 4.62º 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 #B05C55 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 85 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.31 |
| HSL | 4.62º | 0.37% | 0.51% | - |
| HSV(B) | 4.62º | 0.52% | 0.69% | - |
| XYZ | 23.37 | 17.54 | 10.75 | - |
| YUV | 116.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 85 | 0 | 0.48 | 0.52 | 0.31 | 4.62 | 0.37 | 0.51 |
| Hex | B0 | 5C | 55 | 0 | 30 | 34 | 1F | 5 | 25 | 33 |
| Octal | 260 | 134 | 125 | 0 | 60 | 64 | 37 | 5 | 45 | 63 |
| Binary | 10110000 | 1011100 | 1010101 | 0 | 110000 | 110100 | 11111 | 101 | 100101 | 110011 |
Color Harmonies of #B05C55
Complementary color
Monochromatic Colors of #B05C55
Black with #B05C55
Text Example
Text Example
White with #B05C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C55; }
p { color: rgb(176,92,85); }
H1.HeaderClassName
{
color: #B05C55;
}
.AnyTagClassName
{
color: #B05C55;
}
</style>
background-color css
<style>
a { background-color: #B05C55; }
a { background-color: rgb(176,92,85); }
div.DivClassName
{
background-color: #B05C55;
}
.BgClassName
{
background-color: #B05C55;
}
</style>
border-color css
<style>
span { border-color: #B05C55; }
span { border-color: rgb(176,92,85); }
td.TdClassName
{
border-color: #B05C55;
}
.TagClassName
{
border-color: #B05C55;
}
</style>