Shades of Blush #BA6067
Tints of Blush #BA6067
RGB
CMYK
RGB Variations
Color information
#BA6067 (or 0xBA6067) is known color: Blush. HEX triplet: BA, 60 and 67. RGB value is (186,96,103). Sum of RGB (Red+Green+Blue) = 186+96+103=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6067 is #459F98. Grayscale: #7B7B7B. Windows color (decimal): -4562841 or 6774970. OLE color: 6774970.
HSL color Cylindrical-coordinate representation of color #BA6067: hue angle of 355.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6067 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 103 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.27 |
| HSL | 355.33º | 0.39% | 0.55% | - |
| HSV(B) | 355.33º | 0.48% | 0.73% | - |
| XYZ | 26.88 | 19.78 | 15.23 | - |
| YUV | 123.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 103 | 0 | 0.48 | 0.45 | 0.27 | 355.33 | 0.39 | 0.55 |
| Hex | BA | 60 | 67 | 0 | 30 | 2D | 1B | 163 | 27 | 37 |
| Octal | 272 | 140 | 147 | 0 | 60 | 55 | 33 | 543 | 47 | 67 |
| Binary | 10111010 | 1100000 | 1100111 | 0 | 110000 | 101101 | 11011 | 101100011 | 100111 | 110111 |
Color Harmonies of #BA6067
Complementary color
Monochromatic Colors of #BA6067
Black with #BA6067
Text Example
Text Example
White with #BA6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6067; }
p { color: rgb(186,96,103); }
H1.HeaderClassName
{
color: #BA6067;
}
.AnyTagClassName
{
color: #BA6067;
}
</style>
background-color css
<style>
a { background-color: #BA6067; }
a { background-color: rgb(186,96,103); }
div.DivClassName
{
background-color: #BA6067;
}
.BgClassName
{
background-color: #BA6067;
}
</style>
border-color css
<style>
span { border-color: #BA6067; }
span { border-color: rgb(186,96,103); }
td.TdClassName
{
border-color: #BA6067;
}
.TagClassName
{
border-color: #BA6067;
}
</style>