Shades of Apple Blossom #B0594F
Tints of Apple Blossom #B0594F
RGB
CMYK
RGB Variations
Color information
#B0594F (or 0xB0594F) is known color: Apple Blossom. HEX triplet: B0, 59 and 4F. RGB value is (176,89,79). Sum of RGB (Red+Green+Blue) = 176+89+79=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0594F is #4FA6B0. Grayscale: #727272. Windows color (decimal): -5220017 or 5200304. OLE color: 5200304.
HSL color Cylindrical-coordinate representation of color #B0594F: hue angle of 6.19º 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 #B0594F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 79 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.31 |
| HSL | 6.19º | 0.38% | 0.5% | - |
| HSV(B) | 6.19º | 0.55% | 0.69% | - |
| XYZ | 22.89 | 16.94 | 9.46 | - |
| YUV | 113.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 79 | 0 | 0.49 | 0.55 | 0.31 | 6.19 | 0.38 | 0.5 |
| Hex | B0 | 59 | 4F | 0 | 31 | 37 | 1F | 6 | 26 | 32 |
| Octal | 260 | 131 | 117 | 0 | 61 | 67 | 37 | 6 | 46 | 62 |
| Binary | 10110000 | 1011001 | 1001111 | 0 | 110001 | 110111 | 11111 | 110 | 100110 | 110010 |
Color Harmonies of #B0594F
Complementary color
Monochromatic Colors of #B0594F
Black with #B0594F
Text Example
Text Example
White with #B0594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0594F; }
p { color: rgb(176,89,79); }
H1.HeaderClassName
{
color: #B0594F;
}
.AnyTagClassName
{
color: #B0594F;
}
</style>
background-color css
<style>
a { background-color: #B0594F; }
a { background-color: rgb(176,89,79); }
div.DivClassName
{
background-color: #B0594F;
}
.BgClassName
{
background-color: #B0594F;
}
</style>
border-color css
<style>
span { border-color: #B0594F; }
span { border-color: rgb(176,89,79); }
td.TdClassName
{
border-color: #B0594F;
}
.TagClassName
{
border-color: #B0594F;
}
</style>