Shades of Apple Blossom #B0524A
Tints of Apple Blossom #B0524A
RGB
CMYK
RGB Variations
Color information
#B0524A (or 0xB0524A) is known color: Apple Blossom. HEX triplet: B0, 52 and 4A. RGB value is (176,82,74). Sum of RGB (Red+Green+Blue) = 176+82+74=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0524A is #4FADB5. Grayscale: #6D6D6D. Windows color (decimal): -5221814 or 4870832. OLE color: 4870832.
HSL color Cylindrical-coordinate representation of color #B0524A: hue angle of 4.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0524A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 74 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.31 |
| HSL | 4.71º | 0.41% | 0.49% | - |
| HSV(B) | 4.71º | 0.58% | 0.69% | - |
| XYZ | 22.16 | 15.76 | 8.35 | - |
| YUV | 109.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 74 | 0 | 0.53 | 0.58 | 0.31 | 4.71 | 0.41 | 0.49 |
| Hex | B0 | 52 | 4A | 0 | 35 | 3A | 1F | 5 | 29 | 31 |
| Octal | 260 | 122 | 112 | 0 | 65 | 72 | 37 | 5 | 51 | 61 |
| Binary | 10110000 | 1010010 | 1001010 | 0 | 110101 | 111010 | 11111 | 101 | 101001 | 110001 |
Color Harmonies of #B0524A
Complementary color
Monochromatic Colors of #B0524A
Black with #B0524A
Text Example
Text Example
White with #B0524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0524A; }
p { color: rgb(176,82,74); }
H1.HeaderClassName
{
color: #B0524A;
}
.AnyTagClassName
{
color: #B0524A;
}
</style>
background-color css
<style>
a { background-color: #B0524A; }
a { background-color: rgb(176,82,74); }
div.DivClassName
{
background-color: #B0524A;
}
.BgClassName
{
background-color: #B0524A;
}
</style>
border-color css
<style>
span { border-color: #B0524A; }
span { border-color: rgb(176,82,74); }
td.TdClassName
{
border-color: #B0524A;
}
.TagClassName
{
border-color: #B0524A;
}
</style>