Shades of Apple Blossom #B0524E
Tints of Apple Blossom #B0524E
RGB
CMYK
RGB Variations
Color information
#B0524E (or 0xB0524E) is known color: Apple Blossom. HEX triplet: B0, 52 and 4E. RGB value is (176,82,78). Sum of RGB (Red+Green+Blue) = 176+82+78=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0524E is #4FADB1. Grayscale: #6D6D6D. Windows color (decimal): -5221810 or 5132976. OLE color: 5132976.
HSL color Cylindrical-coordinate representation of color #B0524E: hue angle of 2.45º 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 #B0524E is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 78 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.31 |
| HSL | 2.45º | 0.39% | 0.5% | - |
| HSV(B) | 2.45º | 0.56% | 0.69% | - |
| XYZ | 22.3 | 15.81 | 9.09 | - |
| YUV | 109.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 78 | 0 | 0.53 | 0.56 | 0.31 | 2.45 | 0.39 | 0.5 |
| Hex | B0 | 52 | 4E | 0 | 35 | 38 | 1F | 2 | 27 | 32 |
| Octal | 260 | 122 | 116 | 0 | 65 | 70 | 37 | 2 | 47 | 62 |
| Binary | 10110000 | 1010010 | 1001110 | 0 | 110101 | 111000 | 11111 | 10 | 100111 | 110010 |
Color Harmonies of #B0524E
Complementary color
Monochromatic Colors of #B0524E
Black with #B0524E
Text Example
Text Example
White with #B0524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0524E; }
p { color: rgb(176,82,78); }
H1.HeaderClassName
{
color: #B0524E;
}
.AnyTagClassName
{
color: #B0524E;
}
</style>
background-color css
<style>
a { background-color: #B0524E; }
a { background-color: rgb(176,82,78); }
div.DivClassName
{
background-color: #B0524E;
}
.BgClassName
{
background-color: #B0524E;
}
</style>
border-color css
<style>
span { border-color: #B0524E; }
span { border-color: rgb(176,82,78); }
td.TdClassName
{
border-color: #B0524E;
}
.TagClassName
{
border-color: #B0524E;
}
</style>