Html Css Color HEX #BA4359 Hippie Pink

📋 copy color: '#BA4359'

red 186 ◦ green 67 ◦ blue 89

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

Shades of Hippie Pink #BA4359

Tints of Hippie Pink #BA4359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 54.39%
G = 19.59%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA4359 (or 0xBA4359) is known color: Hippie Pink. HEX triplet: BA, 43 and 59. RGB value is (186,67,89). Sum of RGB (Red+Green+Blue) = 186+67+89=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4359 is #45BCA6. Grayscale: #696969. Windows color (decimal): -4570279 or 5850042. OLE color: 5850042.

HSL color Cylindrical-coordinate representation of color #BA4359: hue angle of 348.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4359 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 89 -
CMYK 0 0.64 0.52 0.27
HSL 348.91º 0.47% 0.5% -
HSV(B) 348.91º 0.64% 0.73% -
XYZ 24.06 15.17 11.11 -
YUV 105.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 186 67 89 0 0.64 0.52 0.27 348.91 0.47 0.5
Hex BA 43 59 0 40 34 1B 15D 2F 32
Octal 272 103 131 0 100 64 33 535 57 62
Binary 10111010 1000011 1011001 0 1000000 110100 11011 101011101 101111 110010

Color Harmonies of #BA4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4359

Black with #BA4359

Text Example


Text Example

White with #BA4359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4359; }

 p { color: rgb(186,67,89); }

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

background-color css

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

 a { background-color: rgb(186,67,89); }

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

border-color css

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

 span { border-color: rgb(186,67,89); }

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