Shades of Apple Blossom #B1594B
Tints of Apple Blossom #B1594B
RGB
CMYK
RGB Variations
Color information
#B1594B (or 0xB1594B) is known color: Apple Blossom. HEX triplet: B1, 59 and 4B. RGB value is (177,89,75). Sum of RGB (Red+Green+Blue) = 177+89+75=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1594B is #4EA6B4. Grayscale: #717171. Windows color (decimal): -5154485 or 4938161. OLE color: 4938161.
HSL color Cylindrical-coordinate representation of color #B1594B: hue angle of 8.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1594B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 75 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.31 |
| HSL | 8.24º | 0.4% | 0.49% | - |
| HSV(B) | 8.24º | 0.58% | 0.69% | - |
| XYZ | 22.97 | 17 | 8.73 | - |
| YUV | 113.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 75 | 0 | 0.50 | 0.58 | 0.31 | 8.24 | 0.4 | 0.49 |
| Hex | B1 | 59 | 4B | 0 | 32 | 3A | 1F | 8 | 28 | 31 |
| Octal | 261 | 131 | 113 | 0 | 62 | 72 | 37 | 10 | 50 | 61 |
| Binary | 10110001 | 1011001 | 1001011 | 0 | 110010 | 111010 | 11111 | 1000 | 101000 | 110001 |
Color Harmonies of #B1594B
Complementary color
Monochromatic Colors of #B1594B
Black with #B1594B
Text Example
Text Example
White with #B1594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1594B; }
p { color: rgb(177,89,75); }
H1.HeaderClassName
{
color: #B1594B;
}
.AnyTagClassName
{
color: #B1594B;
}
</style>
background-color css
<style>
a { background-color: #B1594B; }
a { background-color: rgb(177,89,75); }
div.DivClassName
{
background-color: #B1594B;
}
.BgClassName
{
background-color: #B1594B;
}
</style>
border-color css
<style>
span { border-color: #B1594B; }
span { border-color: rgb(177,89,75); }
td.TdClassName
{
border-color: #B1594B;
}
.TagClassName
{
border-color: #B1594B;
}
</style>