Shades of Apple Blossom #B05449
Tints of Apple Blossom #B05449
RGB
CMYK
RGB Variations
Color information
#B05449 (or 0xB05449) is known color: Apple Blossom. HEX triplet: B0, 54 and 49. RGB value is (176,84,73). Sum of RGB (Red+Green+Blue) = 176+84+73=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B05449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05449 is #4FABB6. Grayscale: #6E6E6E. Windows color (decimal): -5221303 or 4805808. OLE color: 4805808.
HSL color Cylindrical-coordinate representation of color #B05449: hue angle of 6.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05449 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 73 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.31 |
| HSL | 6.41º | 0.41% | 0.49% | - |
| HSV(B) | 6.41º | 0.59% | 0.69% | - |
| XYZ | 22.28 | 16.05 | 8.23 | - |
| YUV | 110.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 73 | 0 | 0.52 | 0.59 | 0.31 | 6.41 | 0.41 | 0.49 |
| Hex | B0 | 54 | 49 | 0 | 34 | 3B | 1F | 6 | 29 | 31 |
| Octal | 260 | 124 | 111 | 0 | 64 | 73 | 37 | 6 | 51 | 61 |
| Binary | 10110000 | 1010100 | 1001001 | 0 | 110100 | 111011 | 11111 | 110 | 101001 | 110001 |
Color Harmonies of #B05449
Complementary color
Monochromatic Colors of #B05449
Black with #B05449
Text Example
Text Example
White with #B05449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05449; }
p { color: rgb(176,84,73); }
H1.HeaderClassName
{
color: #B05449;
}
.AnyTagClassName
{
color: #B05449;
}
</style>
background-color css
<style>
a { background-color: #B05449; }
a { background-color: rgb(176,84,73); }
div.DivClassName
{
background-color: #B05449;
}
.BgClassName
{
background-color: #B05449;
}
</style>
border-color css
<style>
span { border-color: #B05449; }
span { border-color: rgb(176,84,73); }
td.TdClassName
{
border-color: #B05449;
}
.TagClassName
{
border-color: #B05449;
}
</style>