Html Css Color HEX #BA4353 Hippie Pink

📋 copy color: '#BA4353'

red 186 ◦ green 67 ◦ blue 83

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

Shades of Hippie Pink #BA4353

Tints of Hippie Pink #BA4353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 55.36%
G = 19.94%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA4353 (or 0xBA4353) is known color: Hippie Pink. HEX triplet: BA, 43 and 53. RGB value is (186,67,83). Sum of RGB (Red+Green+Blue) = 186+67+83=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4353 is #45BCAC. Grayscale: #686868. Windows color (decimal): -4570285 or 5456826. OLE color: 5456826.

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

Color convert

RGB 186 67 83 -
CMYK 0 0.64 0.55 0.27
HSL 351.93º 0.47% 0.5% -
HSV(B) 351.93º 0.64% 0.73% -
XYZ 23.82 15.08 9.84 -
YUV 104.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 186 67 83 0 0.64 0.55 0.27 351.93 0.47 0.5
Hex BA 43 53 0 40 37 1B 160 2F 32
Octal 272 103 123 0 100 67 33 540 57 62
Binary 10111010 1000011 1010011 0 1000000 110111 11011 101100000 101111 110010

Color Harmonies of #BA4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4353

Black with #BA4353

Text Example


Text Example

White with #BA4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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