#BA4151

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

Shades of Hippie Pink #BA4151

Tints of Hippie Pink #BA4151

Color information

#BA4151 (or 0xBA4151) is unknown color: approx Hippie Pink. HEX triplet: BA, 41 and 51. RGB value is (186,65,81). Sum of RGB (Red+Green+Blue) = 186+65+81=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4151 is #45BEAE. Grayscale: #676767. Windows color (decimal): -4570799 or 5325242. OLE color: 5325242.

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

Color convert

RGB1866581-
CMYK00.650.560.27
HSL352.07º48.21%49.22%-
HSV(B)352.07º65.05%72.94%-
XYZ23.6314.819.4-
YUV103115.59187.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=56.02%
G=19.58%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186658100.650.560.27352.0748.2149.22
HexBA4151041381B1603031
Octal272101121010170335406061
Binary10111010100000110100010100000111100011011101100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4151; }

 p { color: rgb(186,65,81); }

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

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

 a { background-color: rgb(186,65,81); }

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

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

 span { border-color: rgb(186,65,81); }

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