#BA526F

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

Shades of Blush #BA526F

Tints of Blush #BA526F

Color information

#BA526F (or 0xBA526F) is unknown color: approx Blush. HEX triplet: BA, 52 and 6F. RGB value is (186,82,111). Sum of RGB (Red+Green+Blue) = 186+82+111=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526F is #45AD90. Grayscale: #747474. Windows color (decimal): -4566417 or 7295674. OLE color: 7295674.

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

Color convert

RGB18682111-
CMYK00.560.400.27
HSL343.27º42.98%52.55%-
HSV(B)343.27º55.91%72.94%-
XYZ26.1417.6217.06-
YUV116.4124.96177.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=49.08%
G=21.64%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211100.560.400.27343.2742.9852.55
HexBA526F038281B1572b35
Octal27212215707050335275365
Binary1011101010100101101111011100010100011011101010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA526F; }

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

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

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

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

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

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

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

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