#BA5468

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

Shades of Blush #BA5468

Tints of Blush #BA5468

Color information

#BA5468 (or 0xBA5468) is unknown color: approx Blush. HEX triplet: BA, 54 and 68. RGB value is (186,84,104). Sum of RGB (Red+Green+Blue) = 186+84+104=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5468 is #45AB97. Grayscale: #747474. Windows color (decimal): -4565912 or 6837434. OLE color: 6837434.

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

Color convert

RGB18684104-
CMYK00.550.440.27
HSL348.24º42.5%52.94%-
HSV(B)348.24º54.84%72.94%-
XYZ25.9217.7815.16-
YUV116.78120.79177.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=49.73%
G=22.46%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868410400.550.440.27348.2442.552.94
HexBA54680372C1B15c2a35
Octal27212415006754335345265
Binary1011101010101001101000011011110110011011101011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5468; }

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

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

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

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

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

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

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

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