Shades of Apple Blossom #B1574B
Tints of Apple Blossom #B1574B
RGB
CMYK
RGB Variations
Color information
#B1574B (or 0xB1574B) is known color: Apple Blossom. HEX triplet: B1, 57 and 4B. RGB value is (177,87,75). Sum of RGB (Red+Green+Blue) = 177+87+75=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1574B is #4EA8B4. Grayscale: #707070. Windows color (decimal): -5154997 or 4937649. OLE color: 4937649.
HSL color Cylindrical-coordinate representation of color #B1574B: hue angle of 7.06º 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 #B1574B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 75 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.31 |
| HSL | 7.06º | 0.4% | 0.49% | - |
| HSV(B) | 7.06º | 0.58% | 0.69% | - |
| XYZ | 22.81 | 16.67 | 8.67 | - |
| YUV | 112.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 75 | 0 | 0.51 | 0.58 | 0.31 | 7.06 | 0.4 | 0.49 |
| Hex | B1 | 57 | 4B | 0 | 33 | 3A | 1F | 7 | 28 | 31 |
| Octal | 261 | 127 | 113 | 0 | 63 | 72 | 37 | 7 | 50 | 61 |
| Binary | 10110001 | 1010111 | 1001011 | 0 | 110011 | 111010 | 11111 | 111 | 101000 | 110001 |
Color Harmonies of #B1574B
Complementary color
Monochromatic Colors of #B1574B
Black with #B1574B
Text Example
Text Example
White with #B1574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1574B; }
p { color: rgb(177,87,75); }
H1.HeaderClassName
{
color: #B1574B;
}
.AnyTagClassName
{
color: #B1574B;
}
</style>
background-color css
<style>
a { background-color: #B1574B; }
a { background-color: rgb(177,87,75); }
div.DivClassName
{
background-color: #B1574B;
}
.BgClassName
{
background-color: #B1574B;
}
</style>
border-color css
<style>
span { border-color: #B1574B; }
span { border-color: rgb(177,87,75); }
td.TdClassName
{
border-color: #B1574B;
}
.TagClassName
{
border-color: #B1574B;
}
</style>