Html Css Color HEX #BA494F Hippie Pink

📋 copy color: '#BA494F'

red 186 ◦ green 73 ◦ blue 79

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

Shades of Hippie Pink #BA494F

Tints of Hippie Pink #BA494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 55.03%
G = 21.6%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA494F (or 0xBA494F) is known color: Hippie Pink. HEX triplet: BA, 49 and 4F. RGB value is (186,73,79). Sum of RGB (Red+Green+Blue) = 186+73+79=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA494F is #45B6B0. Grayscale: #6B6B6B. Windows color (decimal): -4568753 or 5196218. OLE color: 5196218.

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

Color convert

RGB 186 73 79 -
CMYK 0 0.61 0.58 0.27
HSL 356.81º 0.45% 0.51% -
HSV(B) 356.81º 0.61% 0.73% -
XYZ 24.04 15.77 9.17 -
YUV 107.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 186 73 79 0 0.61 0.58 0.27 356.81 0.45 0.51
Hex BA 49 4F 0 3D 3A 1B 165 2D 33
Octal 272 111 117 0 75 72 33 545 55 63
Binary 10111010 1001001 1001111 0 111101 111010 11011 101100101 101101 110011

Color Harmonies of #BA494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA494F

Black with #BA494F

Text Example


Text Example

White with #BA494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA494F; }

 p { color: rgb(186,73,79); }

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

background-color css

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

 a { background-color: rgb(186,73,79); }

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

border-color css

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

 span { border-color: rgb(186,73,79); }

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