Shades of Blush #BA4264
Tints of Blush #BA4264
RGB
CMYK
RGB Variations
Color information
#BA4264 (or 0xBA4264) is known color: Blush. HEX triplet: BA, 42 and 64. RGB value is (186,66,100). Sum of RGB (Red+Green+Blue) = 186+66+100=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4264 is #45BD9B. Grayscale: #696969. Windows color (decimal): -4570524 or 6570682. OLE color: 6570682.
HSL color Cylindrical-coordinate representation of color #BA4264: hue angle of 343º 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 #BA4264 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 100 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.27 |
| HSL | 343º | 0.48% | 0.49% | - |
| HSV(B) | 343º | 0.65% | 0.73% | - |
| XYZ | 24.5 | 15.26 | 13.71 | - |
| YUV | 105.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 100 | 0 | 0.65 | 0.46 | 0.27 | 343 | 0.48 | 0.49 |
| Hex | BA | 42 | 64 | 0 | 41 | 2E | 1B | 157 | 30 | 31 |
| Octal | 272 | 102 | 144 | 0 | 101 | 56 | 33 | 527 | 60 | 61 |
| Binary | 10111010 | 1000010 | 1100100 | 0 | 1000001 | 101110 | 11011 | 101010111 | 110000 | 110001 |
Color Harmonies of #BA4264
Complementary color
Monochromatic Colors of #BA4264
Black with #BA4264
Text Example
Text Example
White with #BA4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4264; }
p { color: rgb(186,66,100); }
H1.HeaderClassName
{
color: #BA4264;
}
.AnyTagClassName
{
color: #BA4264;
}
</style>
background-color css
<style>
a { background-color: #BA4264; }
a { background-color: rgb(186,66,100); }
div.DivClassName
{
background-color: #BA4264;
}
.BgClassName
{
background-color: #BA4264;
}
</style>
border-color css
<style>
span { border-color: #BA4264; }
span { border-color: rgb(186,66,100); }
td.TdClassName
{
border-color: #BA4264;
}
.TagClassName
{
border-color: #BA4264;
}
</style>