Html Css Color HEX #BA484C Hippie Pink

📋 copy color: '#BA484C'

red 186 ◦ green 72 ◦ blue 76

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

Shades of Hippie Pink #BA484C

Tints of Hippie Pink #BA484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 55.69%
G = 21.56%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA484C (or 0xBA484C) is known color: Hippie Pink. HEX triplet: BA, 48 and 4C. RGB value is (186,72,76). Sum of RGB (Red+Green+Blue) = 186+72+76=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA484C is #45B7B3. Grayscale: #6A6A6A. Windows color (decimal): -4569012 or 4999354. OLE color: 4999354.

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

Color convert

RGB 186 72 76 -
CMYK 0 0.61 0.59 0.27
HSL 357.89º 0.45% 0.51% -
HSV(B) 357.89º 0.61% 0.73% -
XYZ 23.87 15.6 8.59 -
YUV 106.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 186 72 76 0 0.61 0.59 0.27 357.89 0.45 0.51
Hex BA 48 4C 0 3D 3B 1B 166 2D 33
Octal 272 110 114 0 75 73 33 546 55 63
Binary 10111010 1001000 1001100 0 111101 111011 11011 101100110 101101 110011

Color Harmonies of #BA484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA484C

Black with #BA484C

Text Example


Text Example

White with #BA484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA484C; }

 p { color: rgb(186,72,76); }

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

background-color css

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

 a { background-color: rgb(186,72,76); }

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

border-color css

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

 span { border-color: rgb(186,72,76); }

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