#BA526A

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

Shades of Blush #BA526A

Tints of Blush #BA526A

Color information

#BA526A (or 0xBA526A) is unknown color: approx Blush. HEX triplet: BA, 52 and 6A. RGB value is (186,82,106). Sum of RGB (Red+Green+Blue) = 186+82+106=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526A is #45AD95. Grayscale: #737373. Windows color (decimal): -4566422 or 6967994. OLE color: 6967994.

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

Color convert

RGB18682106-
CMYK00.560.430.27
HSL346.15º42.98%52.55%-
HSV(B)346.15º55.91%72.94%-
XYZ25.8717.5115.65-
YUV115.83122.46178.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=49.73%
G=21.93%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868210600.560.430.27346.1542.9852.55
HexBA526A0382B1B15a2b35
Octal27212215207053335325365
Binary1011101010100101101010011100010101111011101011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA526A; }

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

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

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

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

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

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

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

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