Html Css Color HEX #BA4958 Hippie Pink

📋 copy color: '#BA4958'

red 186 ◦ green 73 ◦ blue 88

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

Shades of Hippie Pink #BA4958

Tints of Hippie Pink #BA4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 53.6%
G = 21.04%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA4958 (or 0xBA4958) is known color: Hippie Pink. HEX triplet: BA, 49 and 58. RGB value is (186,73,88). Sum of RGB (Red+Green+Blue) = 186+73+88=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4958 is #45B6A7. Grayscale: #6C6C6C. Windows color (decimal): -4568744 or 5786042. OLE color: 5786042.

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

Color convert

RGB 186 73 88 -
CMYK 0 0.61 0.53 0.27
HSL 352.04º 0.45% 0.51% -
HSV(B) 352.04º 0.61% 0.73% -
XYZ 24.39 15.91 11.02 -
YUV 108.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 186 73 88 0 0.61 0.53 0.27 352.04 0.45 0.51
Hex BA 49 58 0 3D 35 1B 160 2D 33
Octal 272 111 130 0 75 65 33 540 55 63
Binary 10111010 1001001 1011000 0 111101 110101 11011 101100000 101101 110011

Color Harmonies of #BA4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4958

Black with #BA4958

Text Example


Text Example

White with #BA4958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4958; }

 p { color: rgb(186,73,88); }

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

background-color css

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

 a { background-color: rgb(186,73,88); }

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

border-color css

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

 span { border-color: rgb(186,73,88); }

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