Shades of Blush #BA4566
Tints of Blush #BA4566
RGB
CMYK
RGB Variations
Color information
#BA4566 (or 0xBA4566) is known color: Blush. HEX triplet: BA, 45 and 66. RGB value is (186,69,102). Sum of RGB (Red+Green+Blue) = 186+69+102=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4566 is #45BA99. Grayscale: #6B6B6B. Windows color (decimal): -4569754 or 6702522. OLE color: 6702522.
HSL color Cylindrical-coordinate representation of color #BA4566: hue angle of 343.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4566 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 102 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.27 |
| HSL | 343.08º | 0.46% | 0.5% | - |
| HSV(B) | 343.08º | 0.63% | 0.73% | - |
| XYZ | 24.78 | 15.65 | 14.29 | - |
| YUV | 107.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 102 | 0 | 0.63 | 0.45 | 0.27 | 343.08 | 0.46 | 0.5 |
| Hex | BA | 45 | 66 | 0 | 3F | 2D | 1B | 157 | 2E | 32 |
| Octal | 272 | 105 | 146 | 0 | 77 | 55 | 33 | 527 | 56 | 62 |
| Binary | 10111010 | 1000101 | 1100110 | 0 | 111111 | 101101 | 11011 | 101010111 | 101110 | 110010 |
Color Harmonies of #BA4566
Complementary color
Monochromatic Colors of #BA4566
Black with #BA4566
Text Example
Text Example
White with #BA4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4566; }
p { color: rgb(186,69,102); }
H1.HeaderClassName
{
color: #BA4566;
}
.AnyTagClassName
{
color: #BA4566;
}
</style>
background-color css
<style>
a { background-color: #BA4566; }
a { background-color: rgb(186,69,102); }
div.DivClassName
{
background-color: #BA4566;
}
.BgClassName
{
background-color: #BA4566;
}
</style>
border-color css
<style>
span { border-color: #BA4566; }
span { border-color: rgb(186,69,102); }
td.TdClassName
{
border-color: #BA4566;
}
.TagClassName
{
border-color: #BA4566;
}
</style>