Shades of Apple Blossom #B15441
Tints of Apple Blossom #B15441
RGB
CMYK
RGB Variations
Color information
#B15441 (or 0xB15441) is known color: Apple Blossom. HEX triplet: B1, 54 and 41. RGB value is (177,84,65). Sum of RGB (Red+Green+Blue) = 177+84+65=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B15441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15441 is #4EABBE. Grayscale: #6D6D6D. Windows color (decimal): -5155775 or 4281521. OLE color: 4281521.
HSL color Cylindrical-coordinate representation of color #B15441: hue angle of 10.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15441 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 65 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.31 |
| HSL | 10.18º | 0.46% | 0.47% | - |
| HSV(B) | 10.18º | 0.63% | 0.69% | - |
| XYZ | 22.26 | 16.07 | 6.93 | - |
| YUV | 109.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 65 | 0 | 0.53 | 0.63 | 0.31 | 10.18 | 0.46 | 0.47 |
| Hex | B1 | 54 | 41 | 0 | 35 | 3F | 1F | A | 2E | 2F |
| Octal | 261 | 124 | 101 | 0 | 65 | 77 | 37 | 12 | 56 | 57 |
| Binary | 10110001 | 1010100 | 1000001 | 0 | 110101 | 111111 | 11111 | 1010 | 101110 | 101111 |
Color Harmonies of #B15441
Complementary color
Monochromatic Colors of #B15441
Black with #B15441
Text Example
Text Example
White with #B15441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15441; }
p { color: rgb(177,84,65); }
H1.HeaderClassName
{
color: #B15441;
}
.AnyTagClassName
{
color: #B15441;
}
</style>
background-color css
<style>
a { background-color: #B15441; }
a { background-color: rgb(177,84,65); }
div.DivClassName
{
background-color: #B15441;
}
.BgClassName
{
background-color: #B15441;
}
</style>
border-color css
<style>
span { border-color: #B15441; }
span { border-color: rgb(177,84,65); }
td.TdClassName
{
border-color: #B15441;
}
.TagClassName
{
border-color: #B15441;
}
</style>