Html Css Color HEX #BA9295 Careys Pink

📋 copy color: '#BA9295'

red 186 ◦ green 146 ◦ blue 149

#BA9295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BA9295

Tints of Careys Pink #BA9295

RGB

 RED value IS 186 (73.05% from 255) = 38.67%

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 38.67%
G = 30.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA9295 (or 0xBA9295) is known color: Careys Pink. HEX triplet: BA, 92 and 95. RGB value is (186,146,149). Sum of RGB (Red+Green+Blue) = 186+146+149=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9295 is #456D6A. Grayscale: #9E9E9E. Windows color (decimal): -4549995 or 9802426. OLE color: 9802426.

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

Color convert

RGB 186 146 149 -
CMYK 0 0.22 0.20 0.27
HSL 355.5º 0.22% 0.65% -
HSV(B) 355.5º 0.22% 0.73% -
XYZ 35.95 33.17 32.94 -
YUV 158.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 186 146 149 0 0.22 0.20 0.27 355.5 0.22 0.65
Hex BA 92 95 0 16 14 1B 164 16 41
Octal 272 222 225 0 26 24 33 544 26 101
Binary 10111010 10010010 10010101 0 10110 10100 11011 101100100 10110 1000001

Color Harmonies of #BA9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9295

Black with #BA9295

Text Example


Text Example

White with #BA9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9295; }

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

 H1.HeaderClassName
 {
   color: #BA9295;
 }
 .AnyTagClassName
 {
   color: #BA9295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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