Html Css Color HEX #BA4A50 Hippie Pink

📋 copy color: '#BA4A50'

red 186 ◦ green 74 ◦ blue 80

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

Shades of Hippie Pink #BA4A50

Tints of Hippie Pink #BA4A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 54.71%
G = 21.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA4A50 (or 0xBA4A50) is known color: Hippie Pink. HEX triplet: BA, 4A and 50. RGB value is (186,74,80). Sum of RGB (Red+Green+Blue) = 186+74+80=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A50 is #45B5AF. Grayscale: #6C6C6C. Windows color (decimal): -4568496 or 5262010. OLE color: 5262010.

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

Color convert

RGB 186 74 80 -
CMYK 0 0.60 0.57 0.27
HSL 356.79º 0.45% 0.51% -
HSV(B) 356.79º 0.6% 0.73% -
XYZ 24.15 15.92 9.39 -
YUV 108.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 186 74 80 0 0.60 0.57 0.27 356.79 0.45 0.51
Hex BA 4A 50 0 3C 39 1B 165 2D 33
Octal 272 112 120 0 74 71 33 545 55 63
Binary 10111010 1001010 1010000 0 111100 111001 11011 101100101 101101 110011

Color Harmonies of #BA4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A50

Black with #BA4A50

Text Example


Text Example

White with #BA4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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