#BA5D6C

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

Shades of Blush #BA5D6C

Tints of Blush #BA5D6C

Color information

#BA5D6C (or 0xBA5D6C) is unknown color: approx Blush. HEX triplet: BA, 5D and 6C. RGB value is (186,93,108). Sum of RGB (Red+Green+Blue) = 186+93+108=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D6C is #45A293. Grayscale: #7A7A7A. Windows color (decimal): -4563604 or 7101882. OLE color: 7101882.

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

Color convert

RGB18693108-
CMYK00.50.420.27
HSL350.32º40.26%54.71%-
HSV(B)350.32º50%72.94%-
XYZ26.8719.3516.51-
YUV122.52119.81173.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=48.06%
G=24.03%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869310800.50.420.27350.3240.2654.71
HexBA5D6C0322A1B15e2837
Octal27213515406252335365067
Binary1011101010111011101100011001010101011011101011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D6C; }

 p { color: rgb(186,93,108); }

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

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

 a { background-color: rgb(186,93,108); }

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

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

 span { border-color: rgb(186,93,108); }

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