Shades of Apple Blossom #B05553
Tints of Apple Blossom #B05553
RGB
CMYK
RGB Variations
Color information
#B05553 (or 0xB05553) is known color: Apple Blossom. HEX triplet: B0, 55 and 53. RGB value is (176,85,83). Sum of RGB (Red+Green+Blue) = 176+85+83=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B05553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05553 is #4FAAAC. Grayscale: #707070. Windows color (decimal): -5221037 or 5461424. OLE color: 5461424.
HSL color Cylindrical-coordinate representation of color #B05553: hue angle of 1.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05553 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 85 | 83 | - |
CMYK | 0 | 0.52 | 0.53 | 0.31 |
HSL | 1.29º | 0.37% | 0.51% | - |
HSV(B) | 1.29º | 0.53% | 0.69% | - |
XYZ | 22.71 | 16.35 | 10.14 | - |
YUV | 111.98 | 111.65 | 173.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 85 | 83 | 0 | 0.52 | 0.53 | 0.31 | 1.29 | 0.37 | 0.51 |
Hex | B0 | 55 | 53 | 0 | 34 | 35 | 1F | 1 | 25 | 33 |
Octal | 260 | 125 | 123 | 0 | 64 | 65 | 37 | 1 | 45 | 63 |
Binary | 10110000 | 1010101 | 1010011 | 0 | 110100 | 110101 | 11111 | 1 | 100101 | 110011 |
Color Harmonies of #B05553
Complementary color
Monochromatic Colors of #B05553
Black with #B05553
Text Example
Text Example
White with #B05553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05553; }
p { color: rgb(176,85,83); }
H1.HeaderClassName
{
color: #B05553;
}
.AnyTagClassName
{
color: #B05553;
}
</style>
background-color css
<style>
a { background-color: #B05553; }
a { background-color: rgb(176,85,83); }
div.DivClassName
{
background-color: #B05553;
}
.BgClassName
{
background-color: #B05553;
}
</style>
border-color css
<style>
span { border-color: #B05553; }
span { border-color: rgb(176,85,83); }
td.TdClassName
{
border-color: #B05553;
}
.TagClassName
{
border-color: #B05553;
}
</style>