#BA6468

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

Shades of Blush #BA6468

Tints of Blush #BA6468

Color information

#BA6468 (or 0xBA6468) is unknown color: approx Blush. HEX triplet: BA, 64 and 68. RGB value is (186,100,104). Sum of RGB (Red+Green+Blue) = 186+100+104=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6468 is #459B97. Grayscale: #7E7E7E. Windows color (decimal): -4561816 or 6841530. OLE color: 6841530.

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

Color convert

RGB186100104-
CMYK00.460.440.27
HSL357.21º38.39%56.08%-
HSV(B)357.21º46.24%72.94%-
XYZ27.3120.5515.62-
YUV126.17115.49170.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=47.69%
G=25.64%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610010400.460.440.27357.2138.3956.08
HexBA646802E2C1B1652638
Octal27214415005654335454670
Binary1011101011001001101000010111010110011011101100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6468; }

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

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

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

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

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

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

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

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