#BA4F6C

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

Shades of Blush #BA4F6C

Tints of Blush #BA4F6C

Color information

#BA4F6C (or 0xBA4F6C) is unknown color: approx Blush. HEX triplet: BA, 4F and 6C. RGB value is (186,79,108). Sum of RGB (Red+Green+Blue) = 186+79+108=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F6C is #45B093. Grayscale: #727272. Windows color (decimal): -4567188 or 7098298. OLE color: 7098298.

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

Color convert

RGB18679108-
CMYK00.580.420.27
HSL343.74º43.67%51.96%-
HSV(B)343.74º57.53%72.94%-
XYZ25.7517.1116.13-
YUV114.3124.45179.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=49.87%
G=21.18%
B=28.95%

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
Decimal1867910800.580.420.27343.7443.6751.96
HexBA4F6C03A2A1B1582c34
Octal27211715407252335305464
Binary1011101010011111101100011101010101011011101011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F6C; }

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

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

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

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

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

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

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

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