#BA4F5E

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

Shades of Blush #BA4F5E

Tints of Blush #BA4F5E

Color information

#BA4F5E (or 0xBA4F5E) is unknown color: approx Blush. HEX triplet: BA, 4F and 5E. RGB value is (186,79,94). Sum of RGB (Red+Green+Blue) = 186+79+94=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F5E is #45B0A1. Grayscale: #707070. Windows color (decimal): -4567202 or 6180794. OLE color: 6180794.

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

Color convert

RGB1867994-
CMYK00.580.490.27
HSL351.59º43.67%51.96%-
HSV(B)351.59º57.53%72.94%-
XYZ25.0716.8412.52-
YUV112.7117.45180.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=51.81%
G=22.01%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186799400.580.490.27351.5943.6751.96
HexBA4F5E03A311B1602c34
Octal27211713607261335405464
Binary1011101010011111011110011101011000111011101100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F5E; }

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

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

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

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

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

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

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

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