#ba5068

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

Shades of Blush #BA5068

Tints of Blush #BA5068

Color information

#BA5068 (or 0xBA5068) is unknown color: approx Blush. HEX triplet: BA, 50 and 68. RGB value is (186,80,104). Sum of RGB (Red+Green+Blue) = 186+80+104=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5068 is #45AF97. Grayscale: #727272. Windows color (decimal): -4566936 or 6836410. OLE color: 6836410.

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

Color convert

RGB18680104-
CMYK00.570.440.27
HSL346.42º43.44%52.16%-
HSV(B)346.42º56.99%72.94%-
XYZ25.6217.1815.06-
YUV114.43122.12179.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=50.27%
G=21.62%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868010400.570.440.27346.4243.4452.16
HexBA50680392C1B15a2b34
Octal27212015007154335325364
Binary1011101010100001101000011100110110011011101011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5068; }

 p { color: rgb(186,80,104); }

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

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

 a { background-color: rgb(186,80,104); }

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

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

 span { border-color: rgb(186,80,104); }

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