#BA525E

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

Shades of Blush #BA525E

Tints of Blush #BA525E

Color information

#BA525E (or 0xBA525E) is unknown color: approx Blush. HEX triplet: BA, 52 and 5E. RGB value is (186,82,94). Sum of RGB (Red+Green+Blue) = 186+82+94=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA525E is #45ADA1. Grayscale: #727272. Windows color (decimal): -4566434 or 6181562. OLE color: 6181562.

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

Color convert

RGB1868294-
CMYK00.560.490.27
HSL353.08º42.98%52.55%-
HSV(B)353.08º55.91%72.94%-
XYZ25.2917.2812.59-
YUV114.46116.46179.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=51.38%
G=22.65%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186829400.560.490.27353.0842.9852.55
HexBA525E038311B1612b35
Octal27212213607061335415365
Binary1011101010100101011110011100011000111011101100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA525E; }

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

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

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

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

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

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

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

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