#BA9395

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

Shades of Careys Pink #BA9395

Tints of Careys Pink #BA9395

Color information

#BA9395 (or 0xBA9395) is unknown color: approx 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

RGB186147149-
CMYK00.210.200.27
HSL356.92º22.03%65.29%-
HSV(B)356.92º20.97%72.94%-
XYZ36.1133.4832.99-
YUV158.89122.42147.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=38.59%
G=30.50%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614714900.210.200.27356.9222.0365.29
HexBA9395015141B1651641
Octal272223225025243354526101
Binary1011101010010011100101010101011010011011101100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>