#BA5C6D

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

Shades of Blush #BA5C6D

Tints of Blush #BA5C6D

Color information

#BA5C6D (or 0xBA5C6D) is unknown color: approx Blush. HEX triplet: BA, 5C and 6D. RGB value is (186,92,109). Sum of RGB (Red+Green+Blue) = 186+92+109=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C6D is #45A392. Grayscale: #7A7A7A. Windows color (decimal): -4563859 or 7167162. OLE color: 7167162.

HSL color Cylindrical-coordinate representation of color #BA5C6D: hue angle of 349.15º 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 #BA5C6D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18692109-
CMYK00.510.410.27
HSL349.15º40.52%54.51%-
HSV(B)349.15º50.54%72.94%-
XYZ26.8419.216.76-
YUV122.04120.64173.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=48.06%
G=23.77%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869210900.510.410.27349.1540.5254.51
HexBA5C6D033291B15d2937
Octal27213415506351335355167
Binary1011101010111001101101011001110100111011101011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C6D; }

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

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

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

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

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

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

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

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