#BA5264

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

Shades of Blush #BA5264

Tints of Blush #BA5264

Color information

#BA5264 (or 0xBA5264) is unknown color: approx Blush. HEX triplet: BA, 52 and 64. RGB value is (186,82,100). Sum of RGB (Red+Green+Blue) = 186+82+100=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5264 is #45AD9B. Grayscale: #737373. Windows color (decimal): -4566428 or 6574778. OLE color: 6574778.

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

Color convert

RGB18682100-
CMYK00.560.460.27
HSL349.62º42.98%52.55%-
HSV(B)349.62º55.91%72.94%-
XYZ25.5717.3914.07-
YUV115.15119.46178.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=50.54%
G=22.28%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868210000.560.460.27349.6242.9852.55
HexBA52640382E1B15e2b35
Octal27212214407056335365365
Binary1011101010100101100100011100010111011011101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5264; }

 p { color: rgb(186,82,100); }

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

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

 a { background-color: rgb(186,82,100); }

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

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

 span { border-color: rgb(186,82,100); }

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