Shades of Blush #BA506A
Tints of Blush #BA506A
RGB
CMYK
RGB Variations
Color information
#BA506A (or 0xBA506A) is known color: Blush. HEX triplet: BA, 50 and 6A. RGB value is (186,80,106). Sum of RGB (Red+Green+Blue) = 186+80+106=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA506A is #45AF95. Grayscale: #727272. Windows color (decimal): -4566934 or 6967482. OLE color: 6967482.
HSL color Cylindrical-coordinate representation of color #BA506A: hue angle of 345.28º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA506A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 106 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.27 |
| HSL | 345.28º | 0.43% | 0.52% | - |
| HSV(B) | 345.28º | 0.57% | 0.73% | - |
| XYZ | 25.72 | 17.22 | 15.6 | - |
| YUV | 114.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 106 | 0 | 0.57 | 0.43 | 0.27 | 345.28 | 0.43 | 0.52 |
| Hex | BA | 50 | 6A | 0 | 39 | 2B | 1B | 159 | 2B | 34 |
| Octal | 272 | 120 | 152 | 0 | 71 | 53 | 33 | 531 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1101010 | 0 | 111001 | 101011 | 11011 | 101011001 | 101011 | 110100 |
Color Harmonies of #BA506A
Complementary color
Monochromatic Colors of #BA506A
Black with #BA506A
Text Example
Text Example
White with #BA506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA506A; }
p { color: rgb(186,80,106); }
H1.HeaderClassName
{
color: #BA506A;
}
.AnyTagClassName
{
color: #BA506A;
}
</style>
background-color css
<style>
a { background-color: #BA506A; }
a { background-color: rgb(186,80,106); }
div.DivClassName
{
background-color: #BA506A;
}
.BgClassName
{
background-color: #BA506A;
}
</style>
border-color css
<style>
span { border-color: #BA506A; }
span { border-color: rgb(186,80,106); }
td.TdClassName
{
border-color: #BA506A;
}
.TagClassName
{
border-color: #BA506A;
}
</style>