Shades of Blush #BA6175
Tints of Blush #BA6175
RGB
CMYK
RGB Variations
Color information
#BA6175 (or 0xBA6175) is known color: Blush. HEX triplet: BA, 61 and 75. RGB value is (186,97,117). Sum of RGB (Red+Green+Blue) = 186+97+117=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6175 is #459E8A. Grayscale: #7D7D7D. Windows color (decimal): -4562571 or 7692730. OLE color: 7692730.
HSL color Cylindrical-coordinate representation of color #BA6175: hue angle of 346.52º 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 #BA6175 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 117 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.27 |
| HSL | 346.52º | 0.39% | 0.55% | - |
| HSV(B) | 346.52º | 0.48% | 0.73% | - |
| XYZ | 27.74 | 20.27 | 19.28 | - |
| YUV | 125.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 117 | 0 | 0.48 | 0.37 | 0.27 | 346.52 | 0.39 | 0.55 |
| Hex | BA | 61 | 75 | 0 | 30 | 25 | 1B | 15B | 27 | 37 |
| Octal | 272 | 141 | 165 | 0 | 60 | 45 | 33 | 533 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1110101 | 0 | 110000 | 100101 | 11011 | 101011011 | 100111 | 110111 |
Color Harmonies of #BA6175
Complementary color
Monochromatic Colors of #BA6175
Black with #BA6175
Text Example
Text Example
White with #BA6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6175; }
p { color: rgb(186,97,117); }
H1.HeaderClassName
{
color: #BA6175;
}
.AnyTagClassName
{
color: #BA6175;
}
</style>
background-color css
<style>
a { background-color: #BA6175; }
a { background-color: rgb(186,97,117); }
div.DivClassName
{
background-color: #BA6175;
}
.BgClassName
{
background-color: #BA6175;
}
</style>
border-color css
<style>
span { border-color: #BA6175; }
span { border-color: rgb(186,97,117); }
td.TdClassName
{
border-color: #BA6175;
}
.TagClassName
{
border-color: #BA6175;
}
</style>