Html Css Color HEX #BA4757 Hippie Pink

📋 copy color: '#BA4757'

red 186 ◦ green 71 ◦ blue 87

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

Shades of Hippie Pink #BA4757

Tints of Hippie Pink #BA4757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 54.07%
G = 20.64%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA4757 (or 0xBA4757) is known color: Hippie Pink. HEX triplet: BA, 47 and 57. RGB value is (186,71,87). Sum of RGB (Red+Green+Blue) = 186+71+87=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4757 is #45B8A8. Grayscale: #6B6B6B. Windows color (decimal): -4569257 or 5719994. OLE color: 5719994.

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

Color convert

RGB 186 71 87 -
CMYK 0 0.62 0.53 0.27
HSL 351.65º 0.45% 0.5% -
HSV(B) 351.65º 0.62% 0.73% -
XYZ 24.22 15.63 10.76 -
YUV 107.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 186 71 87 0 0.62 0.53 0.27 351.65 0.45 0.5
Hex BA 47 57 0 3E 35 1B 160 2D 32
Octal 272 107 127 0 76 65 33 540 55 62
Binary 10111010 1000111 1010111 0 111110 110101 11011 101100000 101101 110010

Color Harmonies of #BA4757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4757

Black with #BA4757

Text Example


Text Example

White with #BA4757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4757; }

 p { color: rgb(186,71,87); }

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

background-color css

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

 a { background-color: rgb(186,71,87); }

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

border-color css

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

 span { border-color: rgb(186,71,87); }

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