#BA505A

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

Shades of Blush #BA505A

Tints of Blush #BA505A

Color information

#BA505A (or 0xBA505A) is unknown color: approx Blush. HEX triplet: BA, 50 and 5A. RGB value is (186,80,90). Sum of RGB (Red+Green+Blue) = 186+80+90=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA505A is #45AFA5. Grayscale: #707070. Windows color (decimal): -4566950 or 5918906. OLE color: 5918906.

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

Color convert

RGB1868090-
CMYK00.570.520.27
HSL354.34º43.44%52.16%-
HSV(B)354.34º56.99%72.94%-
XYZ24.9616.9111.62-
YUV112.83115.12180.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=52.25%
G=22.47%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186809000.570.520.27354.3443.4452.16
HexBA505A039341B1622b34
Octal27212013207164335425364
Binary1011101010100001011010011100111010011011101100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA505A; }

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

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

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

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

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

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

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

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