Shades of Apple Blossom #B15547
Tints of Apple Blossom #B15547
RGB
CMYK
RGB Variations
Color information
#B15547 (or 0xB15547) is known color: Apple Blossom. HEX triplet: B1, 55 and 47. RGB value is (177,85,71). Sum of RGB (Red+Green+Blue) = 177+85+71=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15547 is #4EAAB8. Grayscale: #6F6F6F. Windows color (decimal): -5155513 or 4674993. OLE color: 4674993.
HSL color Cylindrical-coordinate representation of color #B15547: hue angle of 7.92º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B15547 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 71 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.31 |
| HSL | 7.92º | 0.43% | 0.49% | - |
| HSV(B) | 7.92º | 0.6% | 0.69% | - |
| XYZ | 22.52 | 16.3 | 7.92 | - |
| YUV | 110.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 71 | 0 | 0.52 | 0.60 | 0.31 | 7.92 | 0.43 | 0.49 |
| Hex | B1 | 55 | 47 | 0 | 34 | 3C | 1F | 8 | 2B | 31 |
| Octal | 261 | 125 | 107 | 0 | 64 | 74 | 37 | 10 | 53 | 61 |
| Binary | 10110001 | 1010101 | 1000111 | 0 | 110100 | 111100 | 11111 | 1000 | 101011 | 110001 |
Color Harmonies of #B15547
Complementary color
Monochromatic Colors of #B15547
Black with #B15547
Text Example
Text Example
White with #B15547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15547; }
p { color: rgb(177,85,71); }
H1.HeaderClassName
{
color: #B15547;
}
.AnyTagClassName
{
color: #B15547;
}
</style>
background-color css
<style>
a { background-color: #B15547; }
a { background-color: rgb(177,85,71); }
div.DivClassName
{
background-color: #B15547;
}
.BgClassName
{
background-color: #B15547;
}
</style>
border-color css
<style>
span { border-color: #B15547; }
span { border-color: rgb(177,85,71); }
td.TdClassName
{
border-color: #B15547;
}
.TagClassName
{
border-color: #B15547;
}
</style>