Shades of Blush #BA6267
Tints of Blush #BA6267
RGB
CMYK
RGB Variations
Color information
#BA6267 (or 0xBA6267) is known color: Blush. HEX triplet: BA, 62 and 67. RGB value is (186,98,103). Sum of RGB (Red+Green+Blue) = 186+98+103=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6267 is #459D98. Grayscale: #7C7C7C. Windows color (decimal): -4562329 or 6775482. OLE color: 6775482.
HSL color Cylindrical-coordinate representation of color #BA6267: hue angle of 356.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6267 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 103 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.27 |
| HSL | 356.59º | 0.39% | 0.56% | - |
| HSV(B) | 356.59º | 0.47% | 0.73% | - |
| XYZ | 27.07 | 20.15 | 15.3 | - |
| YUV | 124.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 103 | 0 | 0.47 | 0.45 | 0.27 | 356.59 | 0.39 | 0.56 |
| Hex | BA | 62 | 67 | 0 | 2F | 2D | 1B | 165 | 27 | 38 |
| Octal | 272 | 142 | 147 | 0 | 57 | 55 | 33 | 545 | 47 | 70 |
| Binary | 10111010 | 1100010 | 1100111 | 0 | 101111 | 101101 | 11011 | 101100101 | 100111 | 111000 |
Color Harmonies of #BA6267
Complementary color
Monochromatic Colors of #BA6267
Black with #BA6267
Text Example
Text Example
White with #BA6267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6267; }
p { color: rgb(186,98,103); }
H1.HeaderClassName
{
color: #BA6267;
}
.AnyTagClassName
{
color: #BA6267;
}
</style>
background-color css
<style>
a { background-color: #BA6267; }
a { background-color: rgb(186,98,103); }
div.DivClassName
{
background-color: #BA6267;
}
.BgClassName
{
background-color: #BA6267;
}
</style>
border-color css
<style>
span { border-color: #BA6267; }
span { border-color: rgb(186,98,103); }
td.TdClassName
{
border-color: #BA6267;
}
.TagClassName
{
border-color: #BA6267;
}
</style>