Shades of Blush #BA4F6D
Tints of Blush #BA4F6D
RGB
CMYK
RGB Variations
Color information
#BA4F6D (or 0xBA4F6D) is known color: Blush. HEX triplet: BA, 4F and 6D. RGB value is (186,79,109). Sum of RGB (Red+Green+Blue) = 186+79+109=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F6D is #45B092. Grayscale: #727272. Windows color (decimal): -4567187 or 7163834. OLE color: 7163834.
HSL color Cylindrical-coordinate representation of color #BA4F6D: hue angle of 343.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4F6D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 109 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.27 |
| HSL | 343.18º | 0.44% | 0.52% | - |
| HSV(B) | 343.18º | 0.58% | 0.73% | - |
| XYZ | 25.81 | 17.14 | 16.42 | - |
| YUV | 114.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 109 | 0 | 0.58 | 0.41 | 0.27 | 343.18 | 0.44 | 0.52 |
| Hex | BA | 4F | 6D | 0 | 3A | 29 | 1B | 157 | 2C | 34 |
| Octal | 272 | 117 | 155 | 0 | 72 | 51 | 33 | 527 | 54 | 64 |
| Binary | 10111010 | 1001111 | 1101101 | 0 | 111010 | 101001 | 11011 | 101010111 | 101100 | 110100 |
Color Harmonies of #BA4F6D
Complementary color
Monochromatic Colors of #BA4F6D
Black with #BA4F6D
Text Example
Text Example
White with #BA4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F6D; }
p { color: rgb(186,79,109); }
H1.HeaderClassName
{
color: #BA4F6D;
}
.AnyTagClassName
{
color: #BA4F6D;
}
</style>
background-color css
<style>
a { background-color: #BA4F6D; }
a { background-color: rgb(186,79,109); }
div.DivClassName
{
background-color: #BA4F6D;
}
.BgClassName
{
background-color: #BA4F6D;
}
</style>
border-color css
<style>
span { border-color: #BA4F6D; }
span { border-color: rgb(186,79,109); }
td.TdClassName
{
border-color: #BA4F6D;
}
.TagClassName
{
border-color: #BA4F6D;
}
</style>