Shades of Apple Blossom #B0584E
Tints of Apple Blossom #B0584E
RGB
CMYK
RGB Variations
Color information
#B0584E (or 0xB0584E) is known color: Apple Blossom. HEX triplet: B0, 58 and 4E. RGB value is (176,88,78). Sum of RGB (Red+Green+Blue) = 176+88+78=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0584E is #4FA7B1. Grayscale: #717171. Windows color (decimal): -5220274 or 5134512. OLE color: 5134512.
HSL color Cylindrical-coordinate representation of color #B0584E: hue angle of 6.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0584E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 78 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.31 |
| HSL | 6.12º | 0.39% | 0.5% | - |
| HSV(B) | 6.12º | 0.56% | 0.69% | - |
| XYZ | 22.77 | 16.76 | 9.24 | - |
| YUV | 113.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 78 | 0 | 0.50 | 0.56 | 0.31 | 6.12 | 0.39 | 0.5 |
| Hex | B0 | 58 | 4E | 0 | 32 | 38 | 1F | 6 | 27 | 32 |
| Octal | 260 | 130 | 116 | 0 | 62 | 70 | 37 | 6 | 47 | 62 |
| Binary | 10110000 | 1011000 | 1001110 | 0 | 110010 | 111000 | 11111 | 110 | 100111 | 110010 |
Color Harmonies of #B0584E
Complementary color
Monochromatic Colors of #B0584E
Black with #B0584E
Text Example
Text Example
White with #B0584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0584E; }
p { color: rgb(176,88,78); }
H1.HeaderClassName
{
color: #B0584E;
}
.AnyTagClassName
{
color: #B0584E;
}
</style>
background-color css
<style>
a { background-color: #B0584E; }
a { background-color: rgb(176,88,78); }
div.DivClassName
{
background-color: #B0584E;
}
.BgClassName
{
background-color: #B0584E;
}
</style>
border-color css
<style>
span { border-color: #B0584E; }
span { border-color: rgb(176,88,78); }
td.TdClassName
{
border-color: #B0584E;
}
.TagClassName
{
border-color: #B0584E;
}
</style>