#BA526B

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

Shades of Blush #BA526B

Tints of Blush #BA526B

Color information

#BA526B (or 0xBA526B) is unknown color: approx Blush. HEX triplet: BA, 52 and 6B. RGB value is (186,82,107). Sum of RGB (Red+Green+Blue) = 186+82+107=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA526B is #45AD94. Grayscale: #737373. Windows color (decimal): -4566421 or 7033530. OLE color: 7033530.

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

Color convert

RGB18682107-
CMYK00.560.420.27
HSL345.58º42.98%52.55%-
HSV(B)345.58º55.91%72.94%-
XYZ25.9217.5415.93-
YUV115.95122.96177.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=49.6%
G=21.87%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868210700.560.420.27345.5842.9852.55
HexBA526B0382A1B15a2b35
Octal27212215307052335325365
Binary1011101010100101101011011100010101011011101011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA526B; }

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

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

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

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

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

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

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

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