#BA4F60

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

Shades of Blush #BA4F60

Tints of Blush #BA4F60

Color information

#BA4F60 (or 0xBA4F60) is unknown color: approx Blush. HEX triplet: BA, 4F and 60. RGB value is (186,79,96). Sum of RGB (Red+Green+Blue) = 186+79+96=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F60 is #45B09F. Grayscale: #707070. Windows color (decimal): -4567200 or 6311866. OLE color: 6311866.

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

Color convert

RGB1867996-
CMYK00.580.480.27
HSL350.47º43.67%51.96%-
HSV(B)350.47º57.53%72.94%-
XYZ25.1616.8813-
YUV112.93118.45180.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=51.52%
G=21.88%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186799600.580.480.27350.4743.6751.96
HexBA4F6003A301B15e2c34
Octal27211714007260335365464
Binary1011101010011111100000011101011000011011101011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F60; }

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

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

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

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

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

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

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

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