Shades of Apple Blossom #B15048
Tints of Apple Blossom #B15048
RGB
CMYK
RGB Variations
Color information
#B15048 (or 0xB15048) is known color: Apple Blossom. HEX triplet: B1, 50 and 48. RGB value is (177,80,72). Sum of RGB (Red+Green+Blue) = 177+80+72=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B15048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15048 is #4EAFB7. Grayscale: #6C6C6C. Windows color (decimal): -5156792 or 4739249. OLE color: 4739249.
HSL color Cylindrical-coordinate representation of color #B15048: hue angle of 4.57º 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 #B15048 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 72 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.31 |
| HSL | 4.57º | 0.42% | 0.49% | - |
| HSV(B) | 4.57º | 0.59% | 0.69% | - |
| XYZ | 22.17 | 15.55 | 7.96 | - |
| YUV | 108.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 72 | 0 | 0.55 | 0.59 | 0.31 | 4.57 | 0.42 | 0.49 |
| Hex | B1 | 50 | 48 | 0 | 37 | 3B | 1F | 5 | 2A | 31 |
| Octal | 261 | 120 | 110 | 0 | 67 | 73 | 37 | 5 | 52 | 61 |
| Binary | 10110001 | 1010000 | 1001000 | 0 | 110111 | 111011 | 11111 | 101 | 101010 | 110001 |
Color Harmonies of #B15048
Complementary color
Monochromatic Colors of #B15048
Black with #B15048
Text Example
Text Example
White with #B15048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15048; }
p { color: rgb(177,80,72); }
H1.HeaderClassName
{
color: #B15048;
}
.AnyTagClassName
{
color: #B15048;
}
</style>
background-color css
<style>
a { background-color: #B15048; }
a { background-color: rgb(177,80,72); }
div.DivClassName
{
background-color: #B15048;
}
.BgClassName
{
background-color: #B15048;
}
</style>
border-color css
<style>
span { border-color: #B15048; }
span { border-color: rgb(177,80,72); }
td.TdClassName
{
border-color: #B15048;
}
.TagClassName
{
border-color: #B15048;
}
</style>