Shades of Apple Blossom #B15047
Tints of Apple Blossom #B15047
RGB
CMYK
RGB Variations
Color information
#B15047 (or 0xB15047) is known color: Apple Blossom. HEX triplet: B1, 50 and 47. RGB value is (177,80,71). Sum of RGB (Red+Green+Blue) = 177+80+71=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15047 is #4EAFB8. Grayscale: #6C6C6C. Windows color (decimal): -5156793 or 4673713. OLE color: 4673713.
HSL color Cylindrical-coordinate representation of color #B15047: hue angle of 5.09º 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 #B15047 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 71 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.31 |
| HSL | 5.09º | 0.43% | 0.49% | - |
| HSV(B) | 5.09º | 0.6% | 0.69% | - |
| XYZ | 22.14 | 15.54 | 7.79 | - |
| YUV | 107.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 71 | 0 | 0.55 | 0.60 | 0.31 | 5.09 | 0.43 | 0.49 |
| Hex | B1 | 50 | 47 | 0 | 37 | 3C | 1F | 5 | 2B | 31 |
| Octal | 261 | 120 | 107 | 0 | 67 | 74 | 37 | 5 | 53 | 61 |
| Binary | 10110001 | 1010000 | 1000111 | 0 | 110111 | 111100 | 11111 | 101 | 101011 | 110001 |
Color Harmonies of #B15047
Complementary color
Monochromatic Colors of #B15047
Black with #B15047
Text Example
Text Example
White with #B15047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15047; }
p { color: rgb(177,80,71); }
H1.HeaderClassName
{
color: #B15047;
}
.AnyTagClassName
{
color: #B15047;
}
</style>
background-color css
<style>
a { background-color: #B15047; }
a { background-color: rgb(177,80,71); }
div.DivClassName
{
background-color: #B15047;
}
.BgClassName
{
background-color: #B15047;
}
</style>
border-color css
<style>
span { border-color: #B15047; }
span { border-color: rgb(177,80,71); }
td.TdClassName
{
border-color: #B15047;
}
.TagClassName
{
border-color: #B15047;
}
</style>