Html Css Color HEX #BA4258 Hippie Pink

📋 copy color: '#BA4258'

red 186 ◦ green 66 ◦ blue 88

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

Shades of Hippie Pink #BA4258

Tints of Hippie Pink #BA4258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 54.71%
G = 19.41%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA4258 (or 0xBA4258) is known color: Hippie Pink. HEX triplet: BA, 42 and 58. RGB value is (186,66,88). Sum of RGB (Red+Green+Blue) = 186+66+88=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4258 is #45BDA7. Grayscale: #686868. Windows color (decimal): -4570536 or 5784250. OLE color: 5784250.

HSL color Cylindrical-coordinate representation of color #BA4258: hue angle of 349º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4258 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 88 -
CMYK 0 0.65 0.53 0.27
HSL 349º 0.48% 0.49% -
HSV(B) 349º 0.65% 0.73% -
XYZ 23.96 15.04 10.87 -
YUV 104.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 186 66 88 0 0.65 0.53 0.27 349 0.48 0.49
Hex BA 42 58 0 41 35 1B 15D 30 31
Octal 272 102 130 0 101 65 33 535 60 61
Binary 10111010 1000010 1011000 0 1000001 110101 11011 101011101 110000 110001

Color Harmonies of #BA4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4258

Black with #BA4258

Text Example


Text Example

White with #BA4258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4258; }

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

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

background-color css

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

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

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

border-color css

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

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

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