Shades of Apple Blossom #B0514F
Tints of Apple Blossom #B0514F
RGB
CMYK
RGB Variations
Color information
#B0514F (or 0xB0514F) is known color: Apple Blossom. HEX triplet: B0, 51 and 4F. RGB value is (176,81,79). Sum of RGB (Red+Green+Blue) = 176+81+79=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0514F is #4FAEB0. Grayscale: #6D6D6D. Windows color (decimal): -5222065 or 5198256. OLE color: 5198256.
HSL color Cylindrical-coordinate representation of color #B0514F: hue angle of 1.24º 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 #B0514F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 79 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.31 |
| HSL | 1.24º | 0.38% | 0.5% | - |
| HSV(B) | 1.24º | 0.55% | 0.69% | - |
| XYZ | 22.26 | 15.68 | 9.25 | - |
| YUV | 109.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 79 | 0 | 0.54 | 0.55 | 0.31 | 1.24 | 0.38 | 0.5 |
| Hex | B0 | 51 | 4F | 0 | 36 | 37 | 1F | 1 | 26 | 32 |
| Octal | 260 | 121 | 117 | 0 | 66 | 67 | 37 | 1 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1001111 | 0 | 110110 | 110111 | 11111 | 1 | 100110 | 110010 |
Color Harmonies of #B0514F
Complementary color
Monochromatic Colors of #B0514F
Black with #B0514F
Text Example
Text Example
White with #B0514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0514F; }
p { color: rgb(176,81,79); }
H1.HeaderClassName
{
color: #B0514F;
}
.AnyTagClassName
{
color: #B0514F;
}
</style>
background-color css
<style>
a { background-color: #B0514F; }
a { background-color: rgb(176,81,79); }
div.DivClassName
{
background-color: #B0514F;
}
.BgClassName
{
background-color: #B0514F;
}
</style>
border-color css
<style>
span { border-color: #B0514F; }
span { border-color: rgb(176,81,79); }
td.TdClassName
{
border-color: #B0514F;
}
.TagClassName
{
border-color: #B0514F;
}
</style>