#BA4B56

Color #BA4B56 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BA4B56

Tints of Hippie Pink #BA4B56

Color information

#BA4B56 (or 0xBA4B56) is unknown color: approx Hippie Pink. HEX triplet: BA, 4B and 56. RGB value is (186,75,86). Sum of RGB (Red+Green+Blue) = 186+75+86=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B56 is #45B4A9. Grayscale: #6D6D6D. Windows color (decimal): -4568234 or 5655482. OLE color: 5655482.

HSL color Cylindrical-coordinate representation of color #BA4B56: hue angle of 354.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B56 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1867586-
CMYK00.600.540.27
HSL354.05º44.58%51.18%-
HSV(B)354.05º59.68%72.94%-
XYZ24.4516.1410.63-
YUV109.44114.77182.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=53.60%
G=21.61%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186758600.600.540.27354.0544.5851.18
HexBA4B5603C361B1622d33
Octal27211312607466335425563
Binary1011101010010111010110011110011011011011101100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B56; }

 p { color: rgb(186,75,86); }

 H1.HeaderClassName
 {
   color: #BA4B56;
 }
 .AnyTagClassName
 {
   color: #BA4B56;
 }
</style>
background-color css

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

 a { background-color: rgb(186,75,86); }

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

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

 span { border-color: rgb(186,75,86); }

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