#BA9192

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

Shades of Careys Pink #BA9192

Tints of Careys Pink #BA9192

Color information

#BA9192 (or 0xBA9192) is unknown color: approx Careys Pink. HEX triplet: BA, 91 and 92. RGB value is (186,145,146). Sum of RGB (Red+Green+Blue) = 186+145+146=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9192 is #456E6D. Grayscale: #9D9D9D. Windows color (decimal): -4550254 or 9605562. OLE color: 9605562.

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

Color convert

RGB186145146-
CMYK00.220.220.27
HSL358.54º22.91%64.9%-
HSV(B)358.54º22.04%72.94%-
XYZ35.5632.7731.64-
YUV157.37121.58148.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=38.99%
G=30.40%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614514600.220.220.27358.5422.9164.9
HexBA9192016161B1671741
Octal272221222026263354727101
Binary1011101010010001100100100101101011011011101100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9192; }

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

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

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

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

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

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

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

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