#BA9396

Color #BA9396 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BA9396

Tints of Careys Pink #BA9396

Color information

#BA9396 (or 0xBA9396) is unknown color: approx Careys Pink. HEX triplet: BA, 93 and 96. RGB value is (186,147,150). Sum of RGB (Red+Green+Blue) = 186+147+150=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9396 is #456C69. Grayscale: #9F9F9F. Windows color (decimal): -4549738 or 9868218. OLE color: 9868218.

HSL color Cylindrical-coordinate representation of color #BA9396: hue angle of 355.38º 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 #BA9396 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186147150-
CMYK00.210.190.27
HSL355.38º22.03%65.29%-
HSV(B)355.38º20.97%72.94%-
XYZ36.1933.5133.41-
YUV159122.92147.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=38.51%
G=30.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614715000.210.190.27355.3822.0365.29
HexBA9396015131B1631641
Octal272223226025233354326101
Binary1011101010010011100101100101011001111011101100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9396; }

 p { color: rgb(186,147,150); }

 H1.HeaderClassName
 {
   color: #BA9396;
 }
 .AnyTagClassName
 {
   color: #BA9396;
 }
</style>
background-color css

<style>
 a { background-color: #BA9396; }

 a { background-color: rgb(186,147,150); }

 div.DivClassName
 {
   background-color: #BA9396;
 }
 .BgClassName
 {
   background-color: #BA9396;
 }
</style>
border-color css

<style>
 span { border-color: #BA9396; }

 span { border-color: rgb(186,147,150); }

 td.TdClassName
 {
   border-color: #BA9396;
 }
 .TagClassName
 {
   border-color: #BA9396;
 }
</style>