Shades of Apple Blossom #B15249
Tints of Apple Blossom #B15249
RGB
CMYK
RGB Variations
Color information
#B15249 (or 0xB15249) is known color: Apple Blossom. HEX triplet: B1, 52 and 49. RGB value is (177,82,73). Sum of RGB (Red+Green+Blue) = 177+82+73=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B15249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15249 is #4EADB6. Grayscale: #6D6D6D. Windows color (decimal): -5156279 or 4805297. OLE color: 4805297.
HSL color Cylindrical-coordinate representation of color #B15249: hue angle of 5.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15249 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 73 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.31 |
| HSL | 5.19º | 0.42% | 0.49% | - |
| HSV(B) | 5.19º | 0.59% | 0.69% | - |
| XYZ | 22.35 | 15.86 | 8.19 | - |
| YUV | 109.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 73 | 0 | 0.54 | 0.59 | 0.31 | 5.19 | 0.42 | 0.49 |
| Hex | B1 | 52 | 49 | 0 | 36 | 3B | 1F | 5 | 2A | 31 |
| Octal | 261 | 122 | 111 | 0 | 66 | 73 | 37 | 5 | 52 | 61 |
| Binary | 10110001 | 1010010 | 1001001 | 0 | 110110 | 111011 | 11111 | 101 | 101010 | 110001 |
Color Harmonies of #B15249
Complementary color
Monochromatic Colors of #B15249
Black with #B15249
Text Example
Text Example
White with #B15249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15249; }
p { color: rgb(177,82,73); }
H1.HeaderClassName
{
color: #B15249;
}
.AnyTagClassName
{
color: #B15249;
}
</style>
background-color css
<style>
a { background-color: #B15249; }
a { background-color: rgb(177,82,73); }
div.DivClassName
{
background-color: #B15249;
}
.BgClassName
{
background-color: #B15249;
}
</style>
border-color css
<style>
span { border-color: #B15249; }
span { border-color: rgb(177,82,73); }
td.TdClassName
{
border-color: #B15249;
}
.TagClassName
{
border-color: #B15249;
}
</style>