Shades of Careys Pink #BA9395
Tints of Careys Pink #BA9395
RGB
CMYK
RGB Variations
Color information
#BA9395 (or 0xBA9395) is known color: Careys Pink. HEX triplet: BA, 93 and 95. RGB value is (186,147,149). Sum of RGB (Red+Green+Blue) = 186+147+149=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9395 is #456C6A. Grayscale: #9E9E9E. Windows color (decimal): -4549739 or 9802682. OLE color: 9802682.
HSL color Cylindrical-coordinate representation of color #BA9395: hue angle of 356.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9395 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 149 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.27 |
| HSL | 356.92º | 0.22% | 0.65% | - |
| HSV(B) | 356.92º | 0.21% | 0.73% | - |
| XYZ | 36.11 | 33.48 | 32.99 | - |
| YUV | 158.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 149 | 0 | 0.21 | 0.20 | 0.27 | 356.92 | 0.22 | 0.65 |
| Hex | BA | 93 | 95 | 0 | 15 | 14 | 1B | 165 | 16 | 41 |
| Octal | 272 | 223 | 225 | 0 | 25 | 24 | 33 | 545 | 26 | 101 |
| Binary | 10111010 | 10010011 | 10010101 | 0 | 10101 | 10100 | 11011 | 101100101 | 10110 | 1000001 |
Color Harmonies of #BA9395
Complementary color
Monochromatic Colors of #BA9395
Black with #BA9395
Text Example
Text Example
White with #BA9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9395; }
p { color: rgb(186,147,149); }
H1.HeaderClassName
{
color: #BA9395;
}
.AnyTagClassName
{
color: #BA9395;
}
</style>
background-color css
<style>
a { background-color: #BA9395; }
a { background-color: rgb(186,147,149); }
div.DivClassName
{
background-color: #BA9395;
}
.BgClassName
{
background-color: #BA9395;
}
</style>
border-color css
<style>
span { border-color: #BA9395; }
span { border-color: rgb(186,147,149); }
td.TdClassName
{
border-color: #BA9395;
}
.TagClassName
{
border-color: #BA9395;
}
</style>