#BA5C6A

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

Shades of Blush #BA5C6A

Tints of Blush #BA5C6A

Color information

#BA5C6A (or 0xBA5C6A) is unknown color: approx Blush. HEX triplet: BA, 5C and 6A. RGB value is (186,92,106). Sum of RGB (Red+Green+Blue) = 186+92+106=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C6A is #45A395. Grayscale: #797979. Windows color (decimal): -4563862 or 6970554. OLE color: 6970554.

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

Color convert

RGB18692106-
CMYK00.510.430.27
HSL351.06º40.52%54.51%-
HSV(B)351.06º50.54%72.94%-
XYZ26.6819.1315.92-
YUV121.7119.14173.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=48.44%
G=23.96%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869210600.510.430.27351.0640.5254.51
HexBA5C6A0332B1B15f2937
Octal27213415206353335375167
Binary1011101010111001101010011001110101111011101011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C6A; }

 p { color: rgb(186,92,106); }

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

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

 a { background-color: rgb(186,92,106); }

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

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

 span { border-color: rgb(186,92,106); }

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