Shades of Blush #BA4465
Tints of Blush #BA4465
RGB
CMYK
RGB Variations
Color information
#BA4465 (or 0xBA4465) is known color: Blush. HEX triplet: BA, 44 and 65. RGB value is (186,68,101). Sum of RGB (Red+Green+Blue) = 186+68+101=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4465 is #45BB9A. Grayscale: #6B6B6B. Windows color (decimal): -4570011 or 6636730. OLE color: 6636730.
HSL color Cylindrical-coordinate representation of color #BA4465: hue angle of 343.22º 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 #BA4465 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 101 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.27 |
| HSL | 343.22º | 0.46% | 0.5% | - |
| HSV(B) | 343.22º | 0.63% | 0.73% | - |
| XYZ | 24.67 | 15.51 | 14.01 | - |
| YUV | 107.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 101 | 0 | 0.63 | 0.46 | 0.27 | 343.22 | 0.46 | 0.5 |
| Hex | BA | 44 | 65 | 0 | 3F | 2E | 1B | 157 | 2E | 32 |
| Octal | 272 | 104 | 145 | 0 | 77 | 56 | 33 | 527 | 56 | 62 |
| Binary | 10111010 | 1000100 | 1100101 | 0 | 111111 | 101110 | 11011 | 101010111 | 101110 | 110010 |
Color Harmonies of #BA4465
Complementary color
Monochromatic Colors of #BA4465
Black with #BA4465
Text Example
Text Example
White with #BA4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4465; }
p { color: rgb(186,68,101); }
H1.HeaderClassName
{
color: #BA4465;
}
.AnyTagClassName
{
color: #BA4465;
}
</style>
background-color css
<style>
a { background-color: #BA4465; }
a { background-color: rgb(186,68,101); }
div.DivClassName
{
background-color: #BA4465;
}
.BgClassName
{
background-color: #BA4465;
}
</style>
border-color css
<style>
span { border-color: #BA4465; }
span { border-color: rgb(186,68,101); }
td.TdClassName
{
border-color: #BA4465;
}
.TagClassName
{
border-color: #BA4465;
}
</style>