#BA5F64

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

Shades of Blush #BA5F64

Tints of Blush #BA5F64

Color information

#BA5F64 (or 0xBA5F64) is unknown color: approx Blush. HEX triplet: BA, 5F and 64. RGB value is (186,95,100). Sum of RGB (Red+Green+Blue) = 186+95+100=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F64 is #45A09B. Grayscale: #7A7A7A. Windows color (decimal): -4563100 or 6578106. OLE color: 6578106.

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

Color convert

RGB18695100-
CMYK00.490.460.27
HSL356.7º39.74%55.1%-
HSV(B)356.7º48.92%72.94%-
XYZ26.6419.5414.42-
YUV122.78115.15173.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=48.82%
G=24.93%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869510000.490.460.27356.739.7455.1
HexBA5F640312E1B1652837
Octal27213714406156335455067
Binary1011101010111111100100011000110111011011101100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F64; }

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

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

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

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

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

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

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

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