Shades of Blush #BA5265
Tints of Blush #BA5265
RGB
CMYK
RGB Variations
Color information
#BA5265 (or 0xBA5265) is known color: Blush. HEX triplet: BA, 52 and 65. RGB value is (186,82,101). Sum of RGB (Red+Green+Blue) = 186+82+101=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5265 is #45AD9A. Grayscale: #737373. Windows color (decimal): -4566427 or 6640314. OLE color: 6640314.
HSL color Cylindrical-coordinate representation of color #BA5265: hue angle of 349.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5265 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 101 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.27 |
| HSL | 349.04º | 0.43% | 0.53% | - |
| HSV(B) | 349.04º | 0.56% | 0.73% | - |
| XYZ | 25.62 | 17.41 | 14.32 | - |
| YUV | 115.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 101 | 0 | 0.56 | 0.46 | 0.27 | 349.04 | 0.43 | 0.53 |
| Hex | BA | 52 | 65 | 0 | 38 | 2E | 1B | 15D | 2B | 35 |
| Octal | 272 | 122 | 145 | 0 | 70 | 56 | 33 | 535 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1100101 | 0 | 111000 | 101110 | 11011 | 101011101 | 101011 | 110101 |
Color Harmonies of #BA5265
Complementary color
Monochromatic Colors of #BA5265
Black with #BA5265
Text Example
Text Example
White with #BA5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5265; }
p { color: rgb(186,82,101); }
H1.HeaderClassName
{
color: #BA5265;
}
.AnyTagClassName
{
color: #BA5265;
}
</style>
background-color css
<style>
a { background-color: #BA5265; }
a { background-color: rgb(186,82,101); }
div.DivClassName
{
background-color: #BA5265;
}
.BgClassName
{
background-color: #BA5265;
}
</style>
border-color css
<style>
span { border-color: #BA5265; }
span { border-color: rgb(186,82,101); }
td.TdClassName
{
border-color: #BA5265;
}
.TagClassName
{
border-color: #BA5265;
}
</style>