#BA9193

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

Shades of Careys Pink #BA9193

Tints of Careys Pink #BA9193

Color information

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

RGB186145147-
CMYK00.220.210.27
HSL357.07º22.91%64.9%-
HSV(B)357.07º22.04%72.94%-
XYZ35.6432.832.06-
YUV157.49122.08148.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=38.91%
G=30.33%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614514700.220.210.27357.0722.9164.9
HexBA9193016151B1651741
Octal272221223026253354527101
Binary1011101010010001100100110101101010111011101100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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