Shades of Apple Blossom #B0524D
Tints of Apple Blossom #B0524D
RGB
CMYK
RGB Variations
Color information
#B0524D (or 0xB0524D) is known color: Apple Blossom. HEX triplet: B0, 52 and 4D. RGB value is (176,82,77). Sum of RGB (Red+Green+Blue) = 176+82+77=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0524D is #4FADB2. Grayscale: #6D6D6D. Windows color (decimal): -5221811 or 5067440. OLE color: 5067440.
HSL color Cylindrical-coordinate representation of color #B0524D: hue angle of 3.03º 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 #B0524D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 77 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.31 |
| HSL | 3.03º | 0.39% | 0.5% | - |
| HSV(B) | 3.03º | 0.56% | 0.69% | - |
| XYZ | 22.26 | 15.8 | 8.9 | - |
| YUV | 109.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 77 | 0 | 0.53 | 0.56 | 0.31 | 3.03 | 0.39 | 0.5 |
| Hex | B0 | 52 | 4D | 0 | 35 | 38 | 1F | 3 | 27 | 32 |
| Octal | 260 | 122 | 115 | 0 | 65 | 70 | 37 | 3 | 47 | 62 |
| Binary | 10110000 | 1010010 | 1001101 | 0 | 110101 | 111000 | 11111 | 11 | 100111 | 110010 |
Color Harmonies of #B0524D
Complementary color
Monochromatic Colors of #B0524D
Black with #B0524D
Text Example
Text Example
White with #B0524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0524D; }
p { color: rgb(176,82,77); }
H1.HeaderClassName
{
color: #B0524D;
}
.AnyTagClassName
{
color: #B0524D;
}
</style>
background-color css
<style>
a { background-color: #B0524D; }
a { background-color: rgb(176,82,77); }
div.DivClassName
{
background-color: #B0524D;
}
.BgClassName
{
background-color: #B0524D;
}
</style>
border-color css
<style>
span { border-color: #B0524D; }
span { border-color: rgb(176,82,77); }
td.TdClassName
{
border-color: #B0524D;
}
.TagClassName
{
border-color: #B0524D;
}
</style>