#BA525F

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

Shades of Blush #BA525F

Tints of Blush #BA525F

Color information

#BA525F (or 0xBA525F) is unknown color: approx Blush. HEX triplet: BA, 52 and 5F. RGB value is (186,82,95). Sum of RGB (Red+Green+Blue) = 186+82+95=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA525F is #45ADA0. Grayscale: #727272. Windows color (decimal): -4566433 or 6247098. OLE color: 6247098.

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

Color convert

RGB1868295-
CMYK00.560.490.27
HSL352.5º42.98%52.55%-
HSV(B)352.5º55.91%72.94%-
XYZ25.3317.312.83-
YUV114.58116.96178.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=51.24%
G=22.59%
B=26.17%

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
Decimal186829500.560.490.27352.542.9852.55
HexBA525F038311B1602b35
Octal27212213707061335405365
Binary1011101010100101011111011100011000111011101100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA525F; }

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

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

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

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

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

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

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

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