Shades of Blush #BA5267
Tints of Blush #BA5267
RGB
CMYK
RGB Variations
Color information
#BA5267 (or 0xBA5267) is known color: Blush. HEX triplet: BA, 52 and 67. RGB value is (186,82,103). Sum of RGB (Red+Green+Blue) = 186+82+103=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5267 is #45AD98. Grayscale: #737373. Windows color (decimal): -4566425 or 6771386. OLE color: 6771386.
HSL color Cylindrical-coordinate representation of color #BA5267: hue angle of 347.88º 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 #BA5267 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 103 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.27 |
| HSL | 347.88º | 0.43% | 0.53% | - |
| HSV(B) | 347.88º | 0.56% | 0.73% | - |
| XYZ | 25.72 | 17.45 | 14.85 | - |
| YUV | 115.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 103 | 0 | 0.56 | 0.45 | 0.27 | 347.88 | 0.43 | 0.53 |
| Hex | BA | 52 | 67 | 0 | 38 | 2D | 1B | 15C | 2B | 35 |
| Octal | 272 | 122 | 147 | 0 | 70 | 55 | 33 | 534 | 53 | 65 |
| Binary | 10111010 | 1010010 | 1100111 | 0 | 111000 | 101101 | 11011 | 101011100 | 101011 | 110101 |
Color Harmonies of #BA5267
Complementary color
Monochromatic Colors of #BA5267
Black with #BA5267
Text Example
Text Example
White with #BA5267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5267; }
p { color: rgb(186,82,103); }
H1.HeaderClassName
{
color: #BA5267;
}
.AnyTagClassName
{
color: #BA5267;
}
</style>
background-color css
<style>
a { background-color: #BA5267; }
a { background-color: rgb(186,82,103); }
div.DivClassName
{
background-color: #BA5267;
}
.BgClassName
{
background-color: #BA5267;
}
</style>
border-color css
<style>
span { border-color: #BA5267; }
span { border-color: rgb(186,82,103); }
td.TdClassName
{
border-color: #BA5267;
}
.TagClassName
{
border-color: #BA5267;
}
</style>