#BA5069

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

Shades of Blush #BA5069

Tints of Blush #BA5069

Color information

#BA5069 (or 0xBA5069) is unknown color: approx Blush. HEX triplet: BA, 50 and 69. RGB value is (186,80,105). Sum of RGB (Red+Green+Blue) = 186+80+105=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5069 is #45AF96. Grayscale: #727272. Windows color (decimal): -4566935 or 6901946. OLE color: 6901946.

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

Color convert

RGB18680105-
CMYK00.570.440.27
HSL345.85º43.44%52.16%-
HSV(B)345.85º56.99%72.94%-
XYZ25.6717.215.33-
YUV114.54122.62178.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=50.13%
G=21.56%
B=28.30%

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
Decimal1868010500.570.440.27345.8543.4452.16
HexBA50690392C1B15a2b34
Octal27212015107154335325364
Binary1011101010100001101001011100110110011011101011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5069; }

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

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

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

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

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

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

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

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