Shades of Apple Blossom #B15145
Tints of Apple Blossom #B15145
RGB
CMYK
RGB Variations
Color information
#B15145 (or 0xB15145) is known color: Apple Blossom. HEX triplet: B1, 51 and 45. RGB value is (177,81,69). Sum of RGB (Red+Green+Blue) = 177+81+69=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15145 is #4EAEBA. Grayscale: #6C6C6C. Windows color (decimal): -5156539 or 4542897. OLE color: 4542897.
HSL color Cylindrical-coordinate representation of color #B15145: hue angle of 6.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15145 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 69 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.31 |
| HSL | 6.67º | 0.44% | 0.48% | - |
| HSV(B) | 6.67º | 0.61% | 0.69% | - |
| XYZ | 22.15 | 15.66 | 7.49 | - |
| YUV | 108.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 69 | 0 | 0.54 | 0.61 | 0.31 | 6.67 | 0.44 | 0.48 |
| Hex | B1 | 51 | 45 | 0 | 36 | 3D | 1F | 7 | 2C | 30 |
| Octal | 261 | 121 | 105 | 0 | 66 | 75 | 37 | 7 | 54 | 60 |
| Binary | 10110001 | 1010001 | 1000101 | 0 | 110110 | 111101 | 11111 | 111 | 101100 | 110000 |
Color Harmonies of #B15145
Complementary color
Monochromatic Colors of #B15145
Black with #B15145
Text Example
Text Example
White with #B15145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15145; }
p { color: rgb(177,81,69); }
H1.HeaderClassName
{
color: #B15145;
}
.AnyTagClassName
{
color: #B15145;
}
</style>
background-color css
<style>
a { background-color: #B15145; }
a { background-color: rgb(177,81,69); }
div.DivClassName
{
background-color: #B15145;
}
.BgClassName
{
background-color: #B15145;
}
</style>
border-color css
<style>
span { border-color: #B15145; }
span { border-color: rgb(177,81,69); }
td.TdClassName
{
border-color: #B15145;
}
.TagClassName
{
border-color: #B15145;
}
</style>