Shades of Apple Blossom #B1574C
Tints of Apple Blossom #B1574C
RGB
CMYK
RGB Variations
Color information
#B1574C (or 0xB1574C) is known color: Apple Blossom. HEX triplet: B1, 57 and 4C. RGB value is (177,87,76). Sum of RGB (Red+Green+Blue) = 177+87+76=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1574C is #4EA8B3. Grayscale: #707070. Windows color (decimal): -5154996 or 5003185. OLE color: 5003185.
HSL color Cylindrical-coordinate representation of color #B1574C: hue angle of 6.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1574C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 76 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.31 |
| HSL | 6.53º | 0.4% | 0.5% | - |
| HSV(B) | 6.53º | 0.57% | 0.69% | - |
| XYZ | 22.84 | 16.69 | 8.85 | - |
| YUV | 112.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 76 | 0 | 0.51 | 0.57 | 0.31 | 6.53 | 0.4 | 0.5 |
| Hex | B1 | 57 | 4C | 0 | 33 | 39 | 1F | 7 | 28 | 32 |
| Octal | 261 | 127 | 114 | 0 | 63 | 71 | 37 | 7 | 50 | 62 |
| Binary | 10110001 | 1010111 | 1001100 | 0 | 110011 | 111001 | 11111 | 111 | 101000 | 110010 |
Color Harmonies of #B1574C
Complementary color
Monochromatic Colors of #B1574C
Black with #B1574C
Text Example
Text Example
White with #B1574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1574C; }
p { color: rgb(177,87,76); }
H1.HeaderClassName
{
color: #B1574C;
}
.AnyTagClassName
{
color: #B1574C;
}
</style>
background-color css
<style>
a { background-color: #B1574C; }
a { background-color: rgb(177,87,76); }
div.DivClassName
{
background-color: #B1574C;
}
.BgClassName
{
background-color: #B1574C;
}
</style>
border-color css
<style>
span { border-color: #B1574C; }
span { border-color: rgb(177,87,76); }
td.TdClassName
{
border-color: #B1574C;
}
.TagClassName
{
border-color: #B1574C;
}
</style>