Shades of Apple Blossom #B05353
Tints of Apple Blossom #B05353
RGB
CMYK
RGB Variations
Color information
#B05353 (or 0xB05353) is known color: Apple Blossom. HEX triplet: B0, 53 and 53. RGB value is (176,83,83). Sum of RGB (Red+Green+Blue) = 176+83+83=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05353 is #4FACAC. Grayscale: #6E6E6E. Windows color (decimal): -5221549 or 5460912. OLE color: 5460912.
HSL color Cylindrical-coordinate representation of color #B05353: hue angle of 0º 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 #B05353 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 83 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.31 |
| HSL | 0º | 0.37% | 0.51% | - |
| HSV(B) | 0º | 0.53% | 0.69% | - |
| XYZ | 22.56 | 16.04 | 10.09 | - |
| YUV | 110.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 83 | 0 | 0.53 | 0.53 | 0.31 | 0 | 0.37 | 0.51 |
| Hex | B0 | 53 | 53 | 0 | 35 | 35 | 1F | 0 | 25 | 33 |
| Octal | 260 | 123 | 123 | 0 | 65 | 65 | 37 | 0 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1010011 | 0 | 110101 | 110101 | 11111 | 0 | 100101 | 110011 |
Color Harmonies of #B05353
Complementary color
Monochromatic Colors of #B05353
Black with #B05353
Text Example
Text Example
White with #B05353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05353; }
p { color: rgb(176,83,83); }
H1.HeaderClassName
{
color: #B05353;
}
.AnyTagClassName
{
color: #B05353;
}
</style>
background-color css
<style>
a { background-color: #B05353; }
a { background-color: rgb(176,83,83); }
div.DivClassName
{
background-color: #B05353;
}
.BgClassName
{
background-color: #B05353;
}
</style>
border-color css
<style>
span { border-color: #B05353; }
span { border-color: rgb(176,83,83); }
td.TdClassName
{
border-color: #B05353;
}
.TagClassName
{
border-color: #B05353;
}
</style>