#BA9293

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

Shades of Careys Pink #BA9293

Tints of Careys Pink #BA9293

Color information

#BA9293 (or 0xBA9293) is unknown color: approx Careys Pink. HEX triplet: BA, 92 and 93. RGB value is (186,146,147). Sum of RGB (Red+Green+Blue) = 186+146+147=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9293 is #456D6C. Grayscale: #9E9E9E. Windows color (decimal): -4549997 or 9671354. OLE color: 9671354.

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

Color convert

RGB186146147-
CMYK00.220.210.27
HSL358.5º22.47%65.1%-
HSV(B)358.5º21.51%72.94%-
XYZ35.833.132.11-
YUV158.07121.75147.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=38.83%
G=30.48%
B=30.69%

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
Decimal18614614700.220.210.27358.522.4765.1
HexBA9293016151B1661641
Octal272222223026253354626101
Binary1011101010010010100100110101101010111011101100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9293; }

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

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

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

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

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

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

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

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