Shades of Apple Blossom #B0514E
Tints of Apple Blossom #B0514E
RGB
CMYK
RGB Variations
Color information
#B0514E (or 0xB0514E) is known color: Apple Blossom. HEX triplet: B0, 51 and 4E. RGB value is (176,81,78). Sum of RGB (Red+Green+Blue) = 176+81+78=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0514E is #4FAEB1. Grayscale: #6D6D6D. Windows color (decimal): -5222066 or 5132720. OLE color: 5132720.
HSL color Cylindrical-coordinate representation of color #B0514E: hue angle of 1.84º 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 #B0514E is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 78 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.31 |
| HSL | 1.84º | 0.39% | 0.5% | - |
| HSV(B) | 1.84º | 0.56% | 0.69% | - |
| XYZ | 22.22 | 15.67 | 9.06 | - |
| YUV | 109.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 78 | 0 | 0.54 | 0.56 | 0.31 | 1.84 | 0.39 | 0.5 |
| Hex | B0 | 51 | 4E | 0 | 36 | 38 | 1F | 2 | 27 | 32 |
| Octal | 260 | 121 | 116 | 0 | 66 | 70 | 37 | 2 | 47 | 62 |
| Binary | 10110000 | 1010001 | 1001110 | 0 | 110110 | 111000 | 11111 | 10 | 100111 | 110010 |
Color Harmonies of #B0514E
Complementary color
Monochromatic Colors of #B0514E
Black with #B0514E
Text Example
Text Example
White with #B0514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0514E; }
p { color: rgb(176,81,78); }
H1.HeaderClassName
{
color: #B0514E;
}
.AnyTagClassName
{
color: #B0514E;
}
</style>
background-color css
<style>
a { background-color: #B0514E; }
a { background-color: rgb(176,81,78); }
div.DivClassName
{
background-color: #B0514E;
}
.BgClassName
{
background-color: #B0514E;
}
</style>
border-color css
<style>
span { border-color: #B0514E; }
span { border-color: rgb(176,81,78); }
td.TdClassName
{
border-color: #B0514E;
}
.TagClassName
{
border-color: #B0514E;
}
</style>