Html Css Color HEX #BA475A Hippie Pink

📋 copy color: '#BA475A'

red 186 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #BA475A

Tints of Hippie Pink #BA475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 53.6%
G = 20.46%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA475A (or 0xBA475A) is known color: Hippie Pink. HEX triplet: BA, 47 and 5A. RGB value is (186,71,90). Sum of RGB (Red+Green+Blue) = 186+71+90=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475A is #45B8A5. Grayscale: #6B6B6B. Windows color (decimal): -4569254 or 5916602. OLE color: 5916602.

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

Color convert

RGB 186 71 90 -
CMYK 0 0.62 0.52 0.27
HSL 350.09º 0.45% 0.5% -
HSV(B) 350.09º 0.62% 0.73% -
XYZ 24.35 15.68 11.42 -
YUV 107.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 186 71 90 0 0.62 0.52 0.27 350.09 0.45 0.5
Hex BA 47 5A 0 3E 34 1B 15E 2D 32
Octal 272 107 132 0 76 64 33 536 55 62
Binary 10111010 1000111 1011010 0 111110 110100 11011 101011110 101101 110010

Color Harmonies of #BA475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA475A

Black with #BA475A

Text Example


Text Example

White with #BA475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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