Shades of Apple Blossom #B05040
Tints of Apple Blossom #B05040
RGB
CMYK
RGB Variations
Color information
#B05040 (or 0xB05040) is known color: Apple Blossom. HEX triplet: B0, 50 and 40. RGB value is (176,80,64). Sum of RGB (Red+Green+Blue) = 176+80+64=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B05040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05040 is #4FAFBF. Grayscale: #6B6B6B. Windows color (decimal): -5222336 or 4214960. OLE color: 4214960.
HSL color Cylindrical-coordinate representation of color #B05040: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B05040 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 64 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.31 |
| HSL | 8.57º | 0.47% | 0.47% | - |
| HSV(B) | 8.57º | 0.64% | 0.69% | - |
| XYZ | 21.7 | 15.34 | 6.67 | - |
| YUV | 106.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 64 | 0 | 0.55 | 0.64 | 0.31 | 8.57 | 0.47 | 0.47 |
| Hex | B0 | 50 | 40 | 0 | 37 | 40 | 1F | 9 | 2F | 2F |
| Octal | 260 | 120 | 100 | 0 | 67 | 100 | 37 | 11 | 57 | 57 |
| Binary | 10110000 | 1010000 | 1000000 | 0 | 110111 | 1000000 | 11111 | 1001 | 101111 | 101111 |
Color Harmonies of #B05040
Complementary color
Monochromatic Colors of #B05040
Black with #B05040
Text Example
Text Example
White with #B05040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05040; }
p { color: rgb(176,80,64); }
H1.HeaderClassName
{
color: #B05040;
}
.AnyTagClassName
{
color: #B05040;
}
</style>
background-color css
<style>
a { background-color: #B05040; }
a { background-color: rgb(176,80,64); }
div.DivClassName
{
background-color: #B05040;
}
.BgClassName
{
background-color: #B05040;
}
</style>
border-color css
<style>
span { border-color: #B05040; }
span { border-color: rgb(176,80,64); }
td.TdClassName
{
border-color: #B05040;
}
.TagClassName
{
border-color: #B05040;
}
</style>