Html Css Color HEX #BA425D Hippie Pink

📋 copy color: '#BA425D'

red 186 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #BA425D

Tints of Hippie Pink #BA425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 53.91%
G = 19.13%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA425D (or 0xBA425D) is known color: Hippie Pink. HEX triplet: BA, 42 and 5D. RGB value is (186,66,93). Sum of RGB (Red+Green+Blue) = 186+66+93=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA425D is #45BDA2. Grayscale: #686868. Windows color (decimal): -4570531 or 6111930. OLE color: 6111930.

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

Color convert

RGB 186 66 93 -
CMYK 0 0.65 0.5 0.27
HSL 346.5º 0.48% 0.49% -
HSV(B) 346.5º 0.65% 0.73% -
XYZ 24.17 15.13 12 -
YUV 104.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 186 66 93 0 0.65 0.5 0.27 346.5 0.48 0.49
Hex BA 42 5D 0 41 32 1B 15A 30 31
Octal 272 102 135 0 101 62 33 532 60 61
Binary 10111010 1000010 1011101 0 1000001 110010 11011 101011010 110000 110001

Color Harmonies of #BA425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA425D

Black with #BA425D

Text Example


Text Example

White with #BA425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA425D; }

 p { color: rgb(186,66,93); }

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

background-color css

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

 a { background-color: rgb(186,66,93); }

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

border-color css

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

 span { border-color: rgb(186,66,93); }

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