Html Css Color HEX #BA475C Hippie Pink

📋 copy color: '#BA475C'

red 186 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #BA475C

Tints of Hippie Pink #BA475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 53.3%
G = 20.34%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA475C (or 0xBA475C) is known color: Hippie Pink. HEX triplet: BA, 47 and 5C. RGB value is (186,71,92). Sum of RGB (Red+Green+Blue) = 186+71+92=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475C is #45B8A3. Grayscale: #6B6B6B. Windows color (decimal): -4569252 or 6047674. OLE color: 6047674.

HSL color Cylindrical-coordinate representation of color #BA475C: hue angle of 349.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA475C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 92 -
CMYK 0 0.62 0.51 0.27
HSL 349.04º 0.45% 0.5% -
HSV(B) 349.04º 0.62% 0.73% -
XYZ 24.43 15.72 11.87 -
YUV 107.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 186 71 92 0 0.62 0.51 0.27 349.04 0.45 0.5
Hex BA 47 5C 0 3E 33 1B 15D 2D 32
Octal 272 107 134 0 76 63 33 535 55 62
Binary 10111010 1000111 1011100 0 111110 110011 11011 101011101 101101 110010

Color Harmonies of #BA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA475C

Black with #BA475C

Text Example


Text Example

White with #BA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA475C; }

 p { color: rgb(186,71,92); }

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

background-color css

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

 a { background-color: rgb(186,71,92); }

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

border-color css

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

 span { border-color: rgb(186,71,92); }

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