Shades of Blush #BA4763
Tints of Blush #BA4763
RGB
CMYK
RGB Variations
Color information
#BA4763 (or 0xBA4763) is known color: Blush. HEX triplet: BA, 47 and 63. RGB value is (186,71,99). Sum of RGB (Red+Green+Blue) = 186+71+99=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4763 is #45B89C. Grayscale: #6C6C6C. Windows color (decimal): -4569245 or 6506426. OLE color: 6506426.
HSL color Cylindrical-coordinate representation of color #BA4763: hue angle of 345.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4763 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 99 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.27 |
| HSL | 345.39º | 0.45% | 0.5% | - |
| HSV(B) | 345.39º | 0.62% | 0.73% | - |
| XYZ | 24.76 | 15.85 | 13.56 | - |
| YUV | 108.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 99 | 0 | 0.62 | 0.47 | 0.27 | 345.39 | 0.45 | 0.5 |
| Hex | BA | 47 | 63 | 0 | 3E | 2F | 1B | 159 | 2D | 32 |
| Octal | 272 | 107 | 143 | 0 | 76 | 57 | 33 | 531 | 55 | 62 |
| Binary | 10111010 | 1000111 | 1100011 | 0 | 111110 | 101111 | 11011 | 101011001 | 101101 | 110010 |
Color Harmonies of #BA4763
Complementary color
Monochromatic Colors of #BA4763
Black with #BA4763
Text Example
Text Example
White with #BA4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4763; }
p { color: rgb(186,71,99); }
H1.HeaderClassName
{
color: #BA4763;
}
.AnyTagClassName
{
color: #BA4763;
}
</style>
background-color css
<style>
a { background-color: #BA4763; }
a { background-color: rgb(186,71,99); }
div.DivClassName
{
background-color: #BA4763;
}
.BgClassName
{
background-color: #BA4763;
}
</style>
border-color css
<style>
span { border-color: #BA4763; }
span { border-color: rgb(186,71,99); }
td.TdClassName
{
border-color: #BA4763;
}
.TagClassName
{
border-color: #BA4763;
}
</style>