#BA4254

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

Shades of Hippie Pink #BA4254

Tints of Hippie Pink #BA4254

Color information

#BA4254 (or 0xBA4254) is unknown color: approx Hippie Pink. HEX triplet: BA, 42 and 54. RGB value is (186,66,84). Sum of RGB (Red+Green+Blue) = 186+66+84=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4254 is #45BDAB. Grayscale: #676767. Windows color (decimal): -4570540 or 5522106. OLE color: 5522106.

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

Color convert

RGB1866684-
CMYK00.650.550.27
HSL351º47.62%49.41%-
HSV(B)351º64.52%72.94%-
XYZ23.814.9810.02-
YUV103.93116.76186.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 84 (33.20% from 255) = 25%
R=55.36%
G=19.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186668400.650.550.2735147.6249.41
HexBA4254041371B15f3031
Octal272102124010167335376061
Binary10111010100001010101000100000111011111011101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4254; }

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

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

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

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

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

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

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

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