Shades of Apple Blossom #B05444
Tints of Apple Blossom #B05444
RGB
CMYK
RGB Variations
Color information
#B05444 (or 0xB05444) is known color: Apple Blossom. HEX triplet: B0, 54 and 44. RGB value is (176,84,68). Sum of RGB (Red+Green+Blue) = 176+84+68=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B05444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05444 is #4FABBB. Grayscale: #6D6D6D. Windows color (decimal): -5221308 or 4478128. OLE color: 4478128.
HSL color Cylindrical-coordinate representation of color #B05444: hue angle of 8.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05444 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 68 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.31 |
| HSL | 8.89º | 0.44% | 0.48% | - |
| HSV(B) | 8.89º | 0.61% | 0.69% | - |
| XYZ | 22.12 | 15.99 | 7.39 | - |
| YUV | 109.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 68 | 0 | 0.52 | 0.61 | 0.31 | 8.89 | 0.44 | 0.48 |
| Hex | B0 | 54 | 44 | 0 | 34 | 3D | 1F | 9 | 2C | 30 |
| Octal | 260 | 124 | 104 | 0 | 64 | 75 | 37 | 11 | 54 | 60 |
| Binary | 10110000 | 1010100 | 1000100 | 0 | 110100 | 111101 | 11111 | 1001 | 101100 | 110000 |
Color Harmonies of #B05444
Complementary color
Monochromatic Colors of #B05444
Black with #B05444
Text Example
Text Example
White with #B05444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05444; }
p { color: rgb(176,84,68); }
H1.HeaderClassName
{
color: #B05444;
}
.AnyTagClassName
{
color: #B05444;
}
</style>
background-color css
<style>
a { background-color: #B05444; }
a { background-color: rgb(176,84,68); }
div.DivClassName
{
background-color: #B05444;
}
.BgClassName
{
background-color: #B05444;
}
</style>
border-color css
<style>
span { border-color: #B05444; }
span { border-color: rgb(176,84,68); }
td.TdClassName
{
border-color: #B05444;
}
.TagClassName
{
border-color: #B05444;
}
</style>