Html Css Color HEX #BA4951 Hippie Pink

📋 copy color: '#BA4951'

red 186 ◦ green 73 ◦ blue 81

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

Shades of Hippie Pink #BA4951

Tints of Hippie Pink #BA4951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 54.71%
G = 21.47%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA4951 (or 0xBA4951) is known color: Hippie Pink. HEX triplet: BA, 49 and 51. RGB value is (186,73,81). Sum of RGB (Red+Green+Blue) = 186+73+81=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4951 is #45B6AE. Grayscale: #6B6B6B. Windows color (decimal): -4568751 or 5327290. OLE color: 5327290.

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

Color convert

RGB 186 73 81 -
CMYK 0 0.61 0.56 0.27
HSL 355.75º 0.45% 0.51% -
HSV(B) 355.75º 0.61% 0.73% -
XYZ 24.12 15.8 9.56 -
YUV 107.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 186 73 81 0 0.61 0.56 0.27 355.75 0.45 0.51
Hex BA 49 51 0 3D 38 1B 164 2D 33
Octal 272 111 121 0 75 70 33 544 55 63
Binary 10111010 1001001 1010001 0 111101 111000 11011 101100100 101101 110011

Color Harmonies of #BA4951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4951

Black with #BA4951

Text Example


Text Example

White with #BA4951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4951; }

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

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

background-color css

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

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

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

border-color css

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

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

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