Html Css Color HEX #BA474D Hippie Pink

📋 copy color: '#BA474D'

red 186 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #BA474D

Tints of Hippie Pink #BA474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 55.69%
G = 21.26%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA474D (or 0xBA474D) is known color: Hippie Pink. HEX triplet: BA, 47 and 4D. RGB value is (186,71,77). Sum of RGB (Red+Green+Blue) = 186+71+77=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA474D is #45B8B2. Grayscale: #6A6A6A. Windows color (decimal): -4569267 or 5064634. OLE color: 5064634.

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

Color convert

RGB 186 71 77 -
CMYK 0 0.62 0.59 0.27
HSL 356.87º 0.45% 0.5% -
HSV(B) 356.87º 0.62% 0.73% -
XYZ 23.84 15.48 8.75 -
YUV 106.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 186 71 77 0 0.62 0.59 0.27 356.87 0.45 0.5
Hex BA 47 4D 0 3E 3B 1B 165 2D 32
Octal 272 107 115 0 76 73 33 545 55 62
Binary 10111010 1000111 1001101 0 111110 111011 11011 101100101 101101 110010

Color Harmonies of #BA474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA474D

Black with #BA474D

Text Example


Text Example

White with #BA474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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