Html Css Color HEX #BA484D Hippie Pink

📋 copy color: '#BA484D'

red 186 ◦ green 72 ◦ blue 77

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

Shades of Hippie Pink #BA484D

Tints of Hippie Pink #BA484D

RGB

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

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

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

R = 55.52%
G = 21.49%
B = 22.99%

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

#BA484D (or 0xBA484D) is known color: Hippie Pink. HEX triplet: BA, 48 and 4D. RGB value is (186,72,77). Sum of RGB (Red+Green+Blue) = 186+72+77=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA484D is #45B7B2. Grayscale: #6A6A6A. Windows color (decimal): -4569011 or 5064890. OLE color: 5064890.

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

Color convert

RGB 186 72 77 -
CMYK 0 0.61 0.59 0.27
HSL 357.37º 0.45% 0.51% -
HSV(B) 357.37º 0.61% 0.73% -
XYZ 23.91 15.61 8.77 -
YUV 106.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 186 72 77 0 0.61 0.59 0.27 357.37 0.45 0.51
Hex BA 48 4D 0 3D 3B 1B 165 2D 33
Octal 272 110 115 0 75 73 33 545 55 63
Binary 10111010 1001000 1001101 0 111101 111011 11011 101100101 101101 110011

Color Harmonies of #BA484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA484D

Black with #BA484D

Text Example


Text Example

White with #BA484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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