#BA526E

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

Shades of Blush #BA526E

Tints of Blush #BA526E

Color information

#BA526E (or 0xBA526E) is unknown color: approx Blush. HEX triplet: BA, 52 and 6E. RGB value is (186,82,110). Sum of RGB (Red+Green+Blue) = 186+82+110=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526E is #45AD91. Grayscale: #747474. Windows color (decimal): -4566418 or 7230138. OLE color: 7230138.

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

Color convert

RGB18682110-
CMYK00.560.410.27
HSL343.85º42.98%52.55%-
HSV(B)343.85º55.91%72.94%-
XYZ26.0817.616.77-
YUV116.29124.46177.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=49.21%
G=21.69%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211000.560.410.27343.8542.9852.55
HexBA526E038291B1582b35
Octal27212215607051335305365
Binary1011101010100101101110011100010100111011101011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA526E; }

 p { color: rgb(186,82,110); }

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

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

 a { background-color: rgb(186,82,110); }

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

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

 span { border-color: rgb(186,82,110); }

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