#BA5C6B

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

Shades of Blush #BA5C6B

Tints of Blush #BA5C6B

Color information

#BA5C6B (or 0xBA5C6B) is unknown color: approx Blush. HEX triplet: BA, 5C and 6B. RGB value is (186,92,107). Sum of RGB (Red+Green+Blue) = 186+92+107=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C6B is #45A394. Grayscale: #797979. Windows color (decimal): -4563861 or 7036090. OLE color: 7036090.

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

Color convert

RGB18692107-
CMYK00.510.420.27
HSL350.43º40.52%54.51%-
HSV(B)350.43º50.54%72.94%-
XYZ26.7319.1516.2-
YUV121.82119.64173.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=48.31%
G=23.90%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869210700.510.420.27350.4340.5254.51
HexBA5C6B0332A1B15e2937
Octal27213415306352335365167
Binary1011101010111001101011011001110101011011101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C6B; }

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

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

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

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

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

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

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

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