Shades of Apple Blossom #B1594D
Tints of Apple Blossom #B1594D
RGB
CMYK
RGB Variations
Color information
#B1594D (or 0xB1594D) is known color: Apple Blossom. HEX triplet: B1, 59 and 4D. RGB value is (177,89,77). Sum of RGB (Red+Green+Blue) = 177+89+77=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1594D is #4EA6B2. Grayscale: #727272. Windows color (decimal): -5154483 or 5069233. OLE color: 5069233.
HSL color Cylindrical-coordinate representation of color #B1594D: hue angle of 7.2º 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 #B1594D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 77 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.31 |
| HSL | 7.2º | 0.39% | 0.5% | - |
| HSV(B) | 7.2º | 0.56% | 0.69% | - |
| XYZ | 23.04 | 17.03 | 9.09 | - |
| YUV | 113.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 77 | 0 | 0.50 | 0.56 | 0.31 | 7.2 | 0.39 | 0.5 |
| Hex | B1 | 59 | 4D | 0 | 32 | 38 | 1F | 7 | 27 | 32 |
| Octal | 261 | 131 | 115 | 0 | 62 | 70 | 37 | 7 | 47 | 62 |
| Binary | 10110001 | 1011001 | 1001101 | 0 | 110010 | 111000 | 11111 | 111 | 100111 | 110010 |
Color Harmonies of #B1594D
Complementary color
Monochromatic Colors of #B1594D
Black with #B1594D
Text Example
Text Example
White with #B1594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1594D; }
p { color: rgb(177,89,77); }
H1.HeaderClassName
{
color: #B1594D;
}
.AnyTagClassName
{
color: #B1594D;
}
</style>
background-color css
<style>
a { background-color: #B1594D; }
a { background-color: rgb(177,89,77); }
div.DivClassName
{
background-color: #B1594D;
}
.BgClassName
{
background-color: #B1594D;
}
</style>
border-color css
<style>
span { border-color: #B1594D; }
span { border-color: rgb(177,89,77); }
td.TdClassName
{
border-color: #B1594D;
}
.TagClassName
{
border-color: #B1594D;
}
</style>