Shades of Blush #BA5C6D
Tints of Blush #BA5C6D
RGB
CMYK
RGB Variations
Color information
#BA5C6D (or 0xBA5C6D) is known color: Blush. HEX triplet: BA, 5C and 6D. RGB value is (186,92,109). Sum of RGB (Red+Green+Blue) = 186+92+109=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C6D is #45A392. Grayscale: #7A7A7A. Windows color (decimal): -4563859 or 7167162. OLE color: 7167162.
HSL color Cylindrical-coordinate representation of color #BA5C6D: hue angle of 349.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C6D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 109 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.27 |
| HSL | 349.15º | 0.41% | 0.55% | - |
| HSV(B) | 349.15º | 0.51% | 0.73% | - |
| XYZ | 26.84 | 19.2 | 16.76 | - |
| YUV | 122.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 109 | 0 | 0.51 | 0.41 | 0.27 | 349.15 | 0.41 | 0.55 |
| Hex | BA | 5C | 6D | 0 | 33 | 29 | 1B | 15D | 29 | 37 |
| Octal | 272 | 134 | 155 | 0 | 63 | 51 | 33 | 535 | 51 | 67 |
| Binary | 10111010 | 1011100 | 1101101 | 0 | 110011 | 101001 | 11011 | 101011101 | 101001 | 110111 |
Color Harmonies of #BA5C6D
Complementary color
Monochromatic Colors of #BA5C6D
Black with #BA5C6D
Text Example
Text Example
White with #BA5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C6D; }
p { color: rgb(186,92,109); }
H1.HeaderClassName
{
color: #BA5C6D;
}
.AnyTagClassName
{
color: #BA5C6D;
}
</style>
background-color css
<style>
a { background-color: #BA5C6D; }
a { background-color: rgb(186,92,109); }
div.DivClassName
{
background-color: #BA5C6D;
}
.BgClassName
{
background-color: #BA5C6D;
}
</style>
border-color css
<style>
span { border-color: #BA5C6D; }
span { border-color: rgb(186,92,109); }
td.TdClassName
{
border-color: #BA5C6D;
}
.TagClassName
{
border-color: #BA5C6D;
}
</style>