Html Css Color HEX #BA4F58 Hippie Pink

📋 copy color: '#BA4F58'

red 186 ◦ green 79 ◦ blue 88

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

Shades of Hippie Pink #BA4F58

Tints of Hippie Pink #BA4F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

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

R = 52.69%
G = 22.38%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA4F58 (or 0xBA4F58) is known color: Hippie Pink. HEX triplet: BA, 4F and 58. RGB value is (186,79,88). Sum of RGB (Red+Green+Blue) = 186+79+88=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F58 is #45B0A7. Grayscale: #707070. Windows color (decimal): -4567208 or 5787578. OLE color: 5787578.

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

Color convert

RGB 186 79 88 -
CMYK 0 0.58 0.53 0.27
HSL 354.95º 0.44% 0.52% -
HSV(B) 354.95º 0.58% 0.73% -
XYZ 24.81 16.74 11.16 -
YUV 112.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 186 79 88 0 0.58 0.53 0.27 354.95 0.44 0.52
Hex BA 4F 58 0 3A 35 1B 163 2C 34
Octal 272 117 130 0 72 65 33 543 54 64
Binary 10111010 1001111 1011000 0 111010 110101 11011 101100011 101100 110100

Color Harmonies of #BA4F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F58

Black with #BA4F58

Text Example


Text Example

White with #BA4F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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