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