Shades of Apple Blossom #B0584F
Tints of Apple Blossom #B0584F
RGB
CMYK
RGB Variations
Color information
#B0584F (or 0xB0584F) is known color: Apple Blossom. HEX triplet: B0, 58 and 4F. RGB value is (176,88,79). Sum of RGB (Red+Green+Blue) = 176+88+79=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0584F is #4FA7B0. Grayscale: #717171. Windows color (decimal): -5220273 or 5200048. OLE color: 5200048.
HSL color Cylindrical-coordinate representation of color #B0584F: hue angle of 5.57º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0584F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 79 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.31 |
| HSL | 5.57º | 0.38% | 0.5% | - |
| HSV(B) | 5.57º | 0.55% | 0.69% | - |
| XYZ | 22.81 | 16.77 | 9.43 | - |
| YUV | 113.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 79 | 0 | 0.50 | 0.55 | 0.31 | 5.57 | 0.38 | 0.5 |
| Hex | B0 | 58 | 4F | 0 | 32 | 37 | 1F | 6 | 26 | 32 |
| Octal | 260 | 130 | 117 | 0 | 62 | 67 | 37 | 6 | 46 | 62 |
| Binary | 10110000 | 1011000 | 1001111 | 0 | 110010 | 110111 | 11111 | 110 | 100110 | 110010 |
Color Harmonies of #B0584F
Complementary color
Monochromatic Colors of #B0584F
Black with #B0584F
Text Example
Text Example
White with #B0584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0584F; }
p { color: rgb(176,88,79); }
H1.HeaderClassName
{
color: #B0584F;
}
.AnyTagClassName
{
color: #B0584F;
}
</style>
background-color css
<style>
a { background-color: #B0584F; }
a { background-color: rgb(176,88,79); }
div.DivClassName
{
background-color: #B0584F;
}
.BgClassName
{
background-color: #B0584F;
}
</style>
border-color css
<style>
span { border-color: #B0584F; }
span { border-color: rgb(176,88,79); }
td.TdClassName
{
border-color: #B0584F;
}
.TagClassName
{
border-color: #B0584F;
}
</style>