#BA6164

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

Shades of Blush #BA6164

Tints of Blush #BA6164

Color information

#BA6164 (or 0xBA6164) is unknown color: approx Blush. HEX triplet: BA, 61 and 64. RGB value is (186,97,100). Sum of RGB (Red+Green+Blue) = 186+97+100=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6164 is #459E9B. Grayscale: #7C7C7C. Windows color (decimal): -4562588 or 6578618. OLE color: 6578618.

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

Color convert

RGB18697100-
CMYK00.480.460.27
HSL357.98º39.21%55.49%-
HSV(B)357.98º47.85%72.94%-
XYZ26.8219.9114.49-
YUV123.95114.49172.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=48.56%
G=25.33%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869710000.480.460.27357.9839.2155.49
HexBA61640302E1B1662737
Octal27214114406056335464767
Binary1011101011000011100100011000010111011011101100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6164; }

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

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

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

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

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

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

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

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