Shades of Blush #BA506C
Tints of Blush #BA506C
RGB
CMYK
RGB Variations
Color information
#BA506C (or 0xBA506C) is known color: Blush. HEX triplet: BA, 50 and 6C. RGB value is (186,80,108). Sum of RGB (Red+Green+Blue) = 186+80+108=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA506C is #45AF93. Grayscale: #727272. Windows color (decimal): -4566932 or 7098554. OLE color: 7098554.
HSL color Cylindrical-coordinate representation of color #BA506C: hue angle of 344.15º 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 #BA506C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 108 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.27 |
| HSL | 344.15º | 0.43% | 0.52% | - |
| HSV(B) | 344.15º | 0.57% | 0.73% | - |
| XYZ | 25.83 | 17.26 | 16.16 | - |
| YUV | 114.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 108 | 0 | 0.57 | 0.42 | 0.27 | 344.15 | 0.43 | 0.52 |
| Hex | BA | 50 | 6C | 0 | 39 | 2A | 1B | 158 | 2B | 34 |
| Octal | 272 | 120 | 154 | 0 | 71 | 52 | 33 | 530 | 53 | 64 |
| Binary | 10111010 | 1010000 | 1101100 | 0 | 111001 | 101010 | 11011 | 101011000 | 101011 | 110100 |
Color Harmonies of #BA506C
Complementary color
Monochromatic Colors of #BA506C
Black with #BA506C
Text Example
Text Example
White with #BA506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA506C; }
p { color: rgb(186,80,108); }
H1.HeaderClassName
{
color: #BA506C;
}
.AnyTagClassName
{
color: #BA506C;
}
</style>
background-color css
<style>
a { background-color: #BA506C; }
a { background-color: rgb(186,80,108); }
div.DivClassName
{
background-color: #BA506C;
}
.BgClassName
{
background-color: #BA506C;
}
</style>
border-color css
<style>
span { border-color: #BA506C; }
span { border-color: rgb(186,80,108); }
td.TdClassName
{
border-color: #BA506C;
}
.TagClassName
{
border-color: #BA506C;
}
</style>