#BA4F61

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

Shades of Blush #BA4F61

Tints of Blush #BA4F61

Color information

#BA4F61 (or 0xBA4F61) is unknown color: approx Blush. HEX triplet: BA, 4F and 61. RGB value is (186,79,97). Sum of RGB (Red+Green+Blue) = 186+79+97=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F61 is #45B09E. Grayscale: #717171. Windows color (decimal): -4567199 or 6377402. OLE color: 6377402.

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

Color convert

RGB1867997-
CMYK00.580.480.27
HSL349.91º43.67%51.96%-
HSV(B)349.91º57.53%72.94%-
XYZ25.216.8913.24-
YUV113.04118.95180.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=51.38%
G=21.82%
B=26.80%

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
Decimal186799700.580.480.27349.9143.6751.96
HexBA4F6103A301B15e2c34
Octal27211714107260335365464
Binary1011101010011111100001011101011000011011101011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F61; }

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

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

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

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

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

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

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

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