Shades of Apple Blossom #B15449
Tints of Apple Blossom #B15449
RGB
CMYK
RGB Variations
Color information
#B15449 (or 0xB15449) is known color: Apple Blossom. HEX triplet: B1, 54 and 49. RGB value is (177,84,73). Sum of RGB (Red+Green+Blue) = 177+84+73=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B15449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15449 is #4EABB6. Grayscale: #6E6E6E. Windows color (decimal): -5155767 or 4805809. OLE color: 4805809.
HSL color Cylindrical-coordinate representation of color #B15449: hue angle of 6.35º 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 #B15449 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 73 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.31 |
| HSL | 6.35º | 0.42% | 0.49% | - |
| HSV(B) | 6.35º | 0.59% | 0.69% | - |
| XYZ | 22.5 | 16.17 | 8.24 | - |
| YUV | 110.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 73 | 0 | 0.53 | 0.59 | 0.31 | 6.35 | 0.42 | 0.49 |
| Hex | B1 | 54 | 49 | 0 | 35 | 3B | 1F | 6 | 2A | 31 |
| Octal | 261 | 124 | 111 | 0 | 65 | 73 | 37 | 6 | 52 | 61 |
| Binary | 10110001 | 1010100 | 1001001 | 0 | 110101 | 111011 | 11111 | 110 | 101010 | 110001 |
Color Harmonies of #B15449
Complementary color
Monochromatic Colors of #B15449
Black with #B15449
Text Example
Text Example
White with #B15449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15449; }
p { color: rgb(177,84,73); }
H1.HeaderClassName
{
color: #B15449;
}
.AnyTagClassName
{
color: #B15449;
}
</style>
background-color css
<style>
a { background-color: #B15449; }
a { background-color: rgb(177,84,73); }
div.DivClassName
{
background-color: #B15449;
}
.BgClassName
{
background-color: #B15449;
}
</style>
border-color css
<style>
span { border-color: #B15449; }
span { border-color: rgb(177,84,73); }
td.TdClassName
{
border-color: #B15449;
}
.TagClassName
{
border-color: #B15449;
}
</style>