#ba5164

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

Shades of Blush #BA5164

Tints of Blush #BA5164

Color information

#BA5164 (or 0xBA5164) is unknown color: approx Blush. HEX triplet: BA, 51 and 64. RGB value is (186,81,100). Sum of RGB (Red+Green+Blue) = 186+81+100=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5164 is #45AE9B. Grayscale: #727272. Windows color (decimal): -4566684 or 6574522. OLE color: 6574522.

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

Color convert

RGB18681100-
CMYK00.560.460.27
HSL349.14º43.21%52.35%-
HSV(B)349.14º56.45%72.94%-
XYZ25.4917.2414.04-
YUV114.56119.79178.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=50.68%
G=22.07%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868110000.560.460.27349.1443.2152.35
HexBA51640382E1B15d2b34
Octal27212114407056335355364
Binary1011101010100011100100011100010111011011101011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5164; }

 p { color: rgb(186,81,100); }

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

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

 a { background-color: rgb(186,81,100); }

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

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

 span { border-color: rgb(186,81,100); }

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