Shades of Careys Pink #BA9599
Tints of Careys Pink #BA9599
RGB
CMYK
RGB Variations
Color information
#BA9599 (or 0xBA9599) is known color: Careys Pink. HEX triplet: BA, 95 and 99. RGB value is (186,149,153). Sum of RGB (Red+Green+Blue) = 186+149+153=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9599 is #456A66. Grayscale: #A0A0A0. Windows color (decimal): -4549223 or 10065338. OLE color: 10065338.
HSL color Cylindrical-coordinate representation of color #BA9599: hue angle of 353.51º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9599 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 153 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.27 |
| HSL | 353.51º | 0.21% | 0.66% | - |
| HSV(B) | 353.51º | 0.2% | 0.73% | - |
| XYZ | 36.75 | 34.23 | 34.81 | - |
| YUV | 160.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 153 | 0 | 0.20 | 0.18 | 0.27 | 353.51 | 0.21 | 0.66 |
| Hex | BA | 95 | 99 | 0 | 14 | 12 | 1B | 162 | 15 | 42 |
| Octal | 272 | 225 | 231 | 0 | 24 | 22 | 33 | 542 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10011001 | 0 | 10100 | 10010 | 11011 | 101100010 | 10101 | 1000010 |
Color Harmonies of #BA9599
Complementary color
Monochromatic Colors of #BA9599
Black with #BA9599
Text Example
Text Example
White with #BA9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9599; }
p { color: rgb(186,149,153); }
H1.HeaderClassName
{
color: #BA9599;
}
.AnyTagClassName
{
color: #BA9599;
}
</style>
background-color css
<style>
a { background-color: #BA9599; }
a { background-color: rgb(186,149,153); }
div.DivClassName
{
background-color: #BA9599;
}
.BgClassName
{
background-color: #BA9599;
}
</style>
border-color css
<style>
span { border-color: #BA9599; }
span { border-color: rgb(186,149,153); }
td.TdClassName
{
border-color: #BA9599;
}
.TagClassName
{
border-color: #BA9599;
}
</style>