#BA4E6B

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

Shades of Blush #BA4E6B

Tints of Blush #BA4E6B

Color information

#BA4E6B (or 0xBA4E6B) is unknown color: approx Blush. HEX triplet: BA, 4E and 6B. RGB value is (186,78,107). Sum of RGB (Red+Green+Blue) = 186+78+107=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E6B is #45B194. Grayscale: #717171. Windows color (decimal): -4567445 or 7032506. OLE color: 7032506.

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

Color convert

RGB18678107-
CMYK00.580.420.27
HSL343.89º43.9%51.76%-
HSV(B)343.89º58.06%72.94%-
XYZ25.6316.9515.83-
YUV113.6124.28179.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=50.13%
G=21.02%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867810700.580.420.27343.8943.951.76
HexBA4E6B03A2A1B1582c34
Octal27211615307252335305464
Binary1011101010011101101011011101010101011011101011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E6B; }

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

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

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

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

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

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

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

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