Shades of Apple Blossom #B1594E
Tints of Apple Blossom #B1594E
RGB
CMYK
RGB Variations
Color information
#B1594E (or 0xB1594E) is known color: Apple Blossom. HEX triplet: B1, 59 and 4E. RGB value is (177,89,78). Sum of RGB (Red+Green+Blue) = 177+89+78=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1594E is #4EA6B1. Grayscale: #727272. Windows color (decimal): -5154482 or 5134769. OLE color: 5134769.
HSL color Cylindrical-coordinate representation of color #B1594E: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1594E is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 78 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.31 |
| HSL | 6.67º | 0.39% | 0.5% | - |
| HSV(B) | 6.67º | 0.56% | 0.69% | - |
| XYZ | 23.08 | 17.04 | 9.28 | - |
| YUV | 114.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 78 | 0 | 0.50 | 0.56 | 0.31 | 6.67 | 0.39 | 0.5 |
| Hex | B1 | 59 | 4E | 0 | 32 | 38 | 1F | 7 | 27 | 32 |
| Octal | 261 | 131 | 116 | 0 | 62 | 70 | 37 | 7 | 47 | 62 |
| Binary | 10110001 | 1011001 | 1001110 | 0 | 110010 | 111000 | 11111 | 111 | 100111 | 110010 |
Color Harmonies of #B1594E
Complementary color
Monochromatic Colors of #B1594E
Black with #B1594E
Text Example
Text Example
White with #B1594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1594E; }
p { color: rgb(177,89,78); }
H1.HeaderClassName
{
color: #B1594E;
}
.AnyTagClassName
{
color: #B1594E;
}
</style>
background-color css
<style>
a { background-color: #B1594E; }
a { background-color: rgb(177,89,78); }
div.DivClassName
{
background-color: #B1594E;
}
.BgClassName
{
background-color: #B1594E;
}
</style>
border-color css
<style>
span { border-color: #B1594E; }
span { border-color: rgb(177,89,78); }
td.TdClassName
{
border-color: #B1594E;
}
.TagClassName
{
border-color: #B1594E;
}
</style>