Html Css Color HEX #BA4350 Hippie Pink

📋 copy color: '#BA4350'

red 186 ◦ green 67 ◦ blue 80

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

Shades of Hippie Pink #BA4350

Tints of Hippie Pink #BA4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 55.86%
G = 20.12%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA4350 (or 0xBA4350) is known color: Hippie Pink. HEX triplet: BA, 43 and 50. RGB value is (186,67,80). Sum of RGB (Red+Green+Blue) = 186+67+80=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4350 is #45BCAF. Grayscale: #686868. Windows color (decimal): -4570288 or 5260218. OLE color: 5260218.

HSL color Cylindrical-coordinate representation of color #BA4350: hue angle of 353.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4350 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 80 -
CMYK 0 0.64 0.57 0.27
HSL 353.45º 0.47% 0.5% -
HSV(B) 353.45º 0.64% 0.73% -
XYZ 23.7 15.03 9.24 -
YUV 104.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 186 67 80 0 0.64 0.57 0.27 353.45 0.47 0.5
Hex BA 43 50 0 40 39 1B 161 2F 32
Octal 272 103 120 0 100 71 33 541 57 62
Binary 10111010 1000011 1010000 0 1000000 111001 11011 101100001 101111 110010

Color Harmonies of #BA4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4350

Black with #BA4350

Text Example


Text Example

White with #BA4350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4350; }

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

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

background-color css

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

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

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

border-color css

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

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

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