Html Css Color HEX #BA4850 Hippie Pink

📋 copy color: '#BA4850'

red 186 ◦ green 72 ◦ blue 80

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

Shades of Hippie Pink #BA4850

Tints of Hippie Pink #BA4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 55.03%
G = 21.3%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA4850 (or 0xBA4850) is known color: Hippie Pink. HEX triplet: BA, 48 and 50. RGB value is (186,72,80). Sum of RGB (Red+Green+Blue) = 186+72+80=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4850 is #45B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4569008 or 5261498. OLE color: 5261498.

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

Color convert

RGB 186 72 80 -
CMYK 0 0.61 0.57 0.27
HSL 355.79º 0.45% 0.51% -
HSV(B) 355.79º 0.61% 0.73% -
XYZ 24.02 15.65 9.35 -
YUV 107 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 186 72 80 0 0.61 0.57 0.27 355.79 0.45 0.51
Hex BA 48 50 0 3D 39 1B 164 2D 33
Octal 272 110 120 0 75 71 33 544 55 63
Binary 10111010 1001000 1010000 0 111101 111001 11011 101100100 101101 110011

Color Harmonies of #BA4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4850

Black with #BA4850

Text Example


Text Example

White with #BA4850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4850; }

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

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

background-color css

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

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

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

border-color css

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

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

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