Html Css Color HEX #BA495B Hippie Pink

📋 copy color: '#BA495B'

red 186 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #BA495B

Tints of Hippie Pink #BA495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26%

R = 53.14%
G = 20.86%
B = 26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA495B (or 0xBA495B) is known color: Hippie Pink. HEX triplet: BA, 49 and 5B. RGB value is (186,73,91). Sum of RGB (Red+Green+Blue) = 186+73+91=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA495B is #45B6A4. Grayscale: #6C6C6C. Windows color (decimal): -4568741 or 5982650. OLE color: 5982650.

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

Color convert

RGB 186 73 91 -
CMYK 0 0.61 0.51 0.27
HSL 350.44º 0.45% 0.51% -
HSV(B) 350.44º 0.61% 0.73% -
XYZ 24.52 15.96 11.69 -
YUV 108.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 186 73 91 0 0.61 0.51 0.27 350.44 0.45 0.51
Hex BA 49 5B 0 3D 33 1B 15E 2D 33
Octal 272 111 133 0 75 63 33 536 55 63
Binary 10111010 1001001 1011011 0 111101 110011 11011 101011110 101101 110011

Color Harmonies of #BA495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA495B

Black with #BA495B

Text Example


Text Example

White with #BA495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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