Html Css Color HEX #BA4752 Hippie Pink

📋 copy color: '#BA4752'

red 186 ◦ green 71 ◦ blue 82

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

Shades of Hippie Pink #BA4752

Tints of Hippie Pink #BA4752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 54.87%
G = 20.94%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA4752 (or 0xBA4752) is known color: Hippie Pink. HEX triplet: BA, 47 and 52. RGB value is (186,71,82). Sum of RGB (Red+Green+Blue) = 186+71+82=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4752 is #45B8AD. Grayscale: #6A6A6A. Windows color (decimal): -4569262 or 5392314. OLE color: 5392314.

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

Color convert

RGB 186 71 82 -
CMYK 0 0.62 0.56 0.27
HSL 354.26º 0.45% 0.5% -
HSV(B) 354.26º 0.62% 0.73% -
XYZ 24.03 15.55 9.72 -
YUV 106.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 186 71 82 0 0.62 0.56 0.27 354.26 0.45 0.5
Hex BA 47 52 0 3E 38 1B 162 2D 32
Octal 272 107 122 0 76 70 33 542 55 62
Binary 10111010 1000111 1010010 0 111110 111000 11011 101100010 101101 110010

Color Harmonies of #BA4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4752

Black with #BA4752

Text Example


Text Example

White with #BA4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4752; }

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

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

background-color css

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

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

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

border-color css

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

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

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