Shades of Apple Blossom #B15352
Tints of Apple Blossom #B15352
RGB
CMYK
RGB Variations
Color information
#B15352 (or 0xB15352) is known color: Apple Blossom. HEX triplet: B1, 53 and 52. RGB value is (177,83,82). Sum of RGB (Red+Green+Blue) = 177+83+82=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15352 is #4EACAD. Grayscale: #6F6F6F. Windows color (decimal): -5156014 or 5395377. OLE color: 5395377.
HSL color Cylindrical-coordinate representation of color #B15352: hue angle of 0.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15352 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 82 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.31 |
| HSL | 0.63º | 0.38% | 0.51% | - |
| HSV(B) | 0.63º | 0.54% | 0.69% | - |
| XYZ | 22.75 | 16.14 | 9.9 | - |
| YUV | 110.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 82 | 0 | 0.53 | 0.54 | 0.31 | 0.63 | 0.38 | 0.51 |
| Hex | B1 | 53 | 52 | 0 | 35 | 36 | 1F | 1 | 26 | 33 |
| Octal | 261 | 123 | 122 | 0 | 65 | 66 | 37 | 1 | 46 | 63 |
| Binary | 10110001 | 1010011 | 1010010 | 0 | 110101 | 110110 | 11111 | 1 | 100110 | 110011 |
Color Harmonies of #B15352
Complementary color
Monochromatic Colors of #B15352
Black with #B15352
Text Example
Text Example
White with #B15352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15352; }
p { color: rgb(177,83,82); }
H1.HeaderClassName
{
color: #B15352;
}
.AnyTagClassName
{
color: #B15352;
}
</style>
background-color css
<style>
a { background-color: #B15352; }
a { background-color: rgb(177,83,82); }
div.DivClassName
{
background-color: #B15352;
}
.BgClassName
{
background-color: #B15352;
}
</style>
border-color css
<style>
span { border-color: #B15352; }
span { border-color: rgb(177,83,82); }
td.TdClassName
{
border-color: #B15352;
}
.TagClassName
{
border-color: #B15352;
}
</style>