Shades of Blush #BA425F
Tints of Blush #BA425F
RGB
CMYK
RGB Variations
Color information
#BA425F (or 0xBA425F) is known color: Blush. HEX triplet: BA, 42 and 5F. RGB value is (186,66,95). Sum of RGB (Red+Green+Blue) = 186+66+95=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425F is #45BDA0. Grayscale: #696969. Windows color (decimal): -4570529 or 6243002. OLE color: 6243002.
HSL color Cylindrical-coordinate representation of color #BA425F: hue angle of 345.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA425F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 95 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.27 |
| HSL | 345.5º | 0.48% | 0.49% | - |
| HSV(B) | 345.5º | 0.65% | 0.73% | - |
| XYZ | 24.26 | 15.16 | 12.47 | - |
| YUV | 105.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 95 | 0 | 0.65 | 0.49 | 0.27 | 345.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 5F | 0 | 41 | 31 | 1B | 15A | 30 | 31 |
| Octal | 272 | 102 | 137 | 0 | 101 | 61 | 33 | 532 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1011111 | 0 | 1000001 | 110001 | 11011 | 101011010 | 110000 | 110001 |
Color Harmonies of #BA425F
Complementary color
Monochromatic Colors of #BA425F
Black with #BA425F
Text Example
Text Example
White with #BA425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA425F; }
p { color: rgb(186,66,95); }
H1.HeaderClassName
{
color: #BA425F;
}
.AnyTagClassName
{
color: #BA425F;
}
</style>
background-color css
<style>
a { background-color: #BA425F; }
a { background-color: rgb(186,66,95); }
div.DivClassName
{
background-color: #BA425F;
}
.BgClassName
{
background-color: #BA425F;
}
</style>
border-color css
<style>
span { border-color: #BA425F; }
span { border-color: rgb(186,66,95); }
td.TdClassName
{
border-color: #BA425F;
}
.TagClassName
{
border-color: #BA425F;
}
</style>