Shades of Blush #BA616B
Tints of Blush #BA616B
RGB
CMYK
RGB Variations
Color information
#BA616B (or 0xBA616B) is known color: Blush. HEX triplet: BA, 61 and 6B. RGB value is (186,97,107). Sum of RGB (Red+Green+Blue) = 186+97+107=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA616B is #459E94. Grayscale: #7C7C7C. Windows color (decimal): -4562581 or 7037370. OLE color: 7037370.
HSL color Cylindrical-coordinate representation of color #BA616B: hue angle of 353.26º 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 #BA616B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 107 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.27 |
| HSL | 353.26º | 0.39% | 0.55% | - |
| HSV(B) | 353.26º | 0.48% | 0.73% | - |
| XYZ | 27.18 | 20.05 | 16.35 | - |
| YUV | 124.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 107 | 0 | 0.48 | 0.42 | 0.27 | 353.26 | 0.39 | 0.55 |
| Hex | BA | 61 | 6B | 0 | 30 | 2A | 1B | 161 | 27 | 37 |
| Octal | 272 | 141 | 153 | 0 | 60 | 52 | 33 | 541 | 47 | 67 |
| Binary | 10111010 | 1100001 | 1101011 | 0 | 110000 | 101010 | 11011 | 101100001 | 100111 | 110111 |
Color Harmonies of #BA616B
Complementary color
Monochromatic Colors of #BA616B
Black with #BA616B
Text Example
Text Example
White with #BA616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA616B; }
p { color: rgb(186,97,107); }
H1.HeaderClassName
{
color: #BA616B;
}
.AnyTagClassName
{
color: #BA616B;
}
</style>
background-color css
<style>
a { background-color: #BA616B; }
a { background-color: rgb(186,97,107); }
div.DivClassName
{
background-color: #BA616B;
}
.BgClassName
{
background-color: #BA616B;
}
</style>
border-color css
<style>
span { border-color: #BA616B; }
span { border-color: rgb(186,97,107); }
td.TdClassName
{
border-color: #BA616B;
}
.TagClassName
{
border-color: #BA616B;
}
</style>