Html Css Color HEX #BA474A Hippie Pink

📋 copy color: '#BA474A'

red 186 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #BA474A

Tints of Hippie Pink #BA474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 56.19%
G = 21.45%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA474A (or 0xBA474A) is known color: Hippie Pink. HEX triplet: BA, 47 and 4A. RGB value is (186,71,74). Sum of RGB (Red+Green+Blue) = 186+71+74=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA474A is #45B8B5. Grayscale: #696969. Windows color (decimal): -4569270 or 4868026. OLE color: 4868026.

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

Color convert

RGB 186 71 74 -
CMYK 0 0.62 0.60 0.27
HSL 358.43º 0.45% 0.5% -
HSV(B) 358.43º 0.62% 0.73% -
XYZ 23.74 15.44 8.21 -
YUV 105.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 186 71 74 0 0.62 0.60 0.27 358.43 0.45 0.5
Hex BA 47 4A 0 3E 3C 1B 166 2D 32
Octal 272 107 112 0 76 74 33 546 55 62
Binary 10111010 1000111 1001010 0 111110 111100 11011 101100110 101101 110010

Color Harmonies of #BA474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA474A

Black with #BA474A

Text Example


Text Example

White with #BA474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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