Shades of Careys Pink #BA9193
Tints of Careys Pink #BA9193
RGB
CMYK
RGB Variations
Color information
#BA9193 (or 0xBA9193) is known color: Careys Pink. HEX triplet: BA, 91 and 93. RGB value is (186,145,147). Sum of RGB (Red+Green+Blue) = 186+145+147=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9193 is #456E6C. Grayscale: #9D9D9D. Windows color (decimal): -4550253 or 9671098. OLE color: 9671098.
HSL color Cylindrical-coordinate representation of color #BA9193: hue angle of 357.07º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9193 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 147 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.27 |
| HSL | 357.07º | 0.23% | 0.65% | - |
| HSV(B) | 357.07º | 0.22% | 0.73% | - |
| XYZ | 35.64 | 32.8 | 32.06 | - |
| YUV | 157.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 147 | 0 | 0.22 | 0.21 | 0.27 | 357.07 | 0.23 | 0.65 |
| Hex | BA | 91 | 93 | 0 | 16 | 15 | 1B | 165 | 17 | 41 |
| Octal | 272 | 221 | 223 | 0 | 26 | 25 | 33 | 545 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10010011 | 0 | 10110 | 10101 | 11011 | 101100101 | 10111 | 1000001 |
Color Harmonies of #BA9193
Complementary color
Monochromatic Colors of #BA9193
Black with #BA9193
Text Example
Text Example
White with #BA9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9193; }
p { color: rgb(186,145,147); }
H1.HeaderClassName
{
color: #BA9193;
}
.AnyTagClassName
{
color: #BA9193;
}
</style>
background-color css
<style>
a { background-color: #BA9193; }
a { background-color: rgb(186,145,147); }
div.DivClassName
{
background-color: #BA9193;
}
.BgClassName
{
background-color: #BA9193;
}
</style>
border-color css
<style>
span { border-color: #BA9193; }
span { border-color: rgb(186,145,147); }
td.TdClassName
{
border-color: #BA9193;
}
.TagClassName
{
border-color: #BA9193;
}
</style>