Shades of Apple Blossom #B1574D
Tints of Apple Blossom #B1574D
RGB
CMYK
RGB Variations
Color information
#B1574D (or 0xB1574D) is known color: Apple Blossom. HEX triplet: B1, 57 and 4D. RGB value is (177,87,77). Sum of RGB (Red+Green+Blue) = 177+87+77=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1574D is #4EA8B2. Grayscale: #707070. Windows color (decimal): -5154995 or 5068721. OLE color: 5068721.
HSL color Cylindrical-coordinate representation of color #B1574D: hue angle of 6º 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 #B1574D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 77 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.31 |
| HSL | 6º | 0.39% | 0.5% | - |
| HSV(B) | 6º | 0.56% | 0.69% | - |
| XYZ | 22.88 | 16.7 | 9.04 | - |
| YUV | 112.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 77 | 0 | 0.51 | 0.56 | 0.31 | 6 | 0.39 | 0.5 |
| Hex | B1 | 57 | 4D | 0 | 33 | 38 | 1F | 6 | 27 | 32 |
| Octal | 261 | 127 | 115 | 0 | 63 | 70 | 37 | 6 | 47 | 62 |
| Binary | 10110001 | 1010111 | 1001101 | 0 | 110011 | 111000 | 11111 | 110 | 100111 | 110010 |
Color Harmonies of #B1574D
Complementary color
Monochromatic Colors of #B1574D
Black with #B1574D
Text Example
Text Example
White with #B1574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1574D; }
p { color: rgb(177,87,77); }
H1.HeaderClassName
{
color: #B1574D;
}
.AnyTagClassName
{
color: #B1574D;
}
</style>
background-color css
<style>
a { background-color: #B1574D; }
a { background-color: rgb(177,87,77); }
div.DivClassName
{
background-color: #B1574D;
}
.BgClassName
{
background-color: #B1574D;
}
</style>
border-color css
<style>
span { border-color: #B1574D; }
span { border-color: rgb(177,87,77); }
td.TdClassName
{
border-color: #B1574D;
}
.TagClassName
{
border-color: #B1574D;
}
</style>