#BA5D72

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

Shades of Blush #BA5D72

Tints of Blush #BA5D72

Color information

#BA5D72 (or 0xBA5D72) is unknown color: approx Blush. HEX triplet: BA, 5D and 72. RGB value is (186,93,114). Sum of RGB (Red+Green+Blue) = 186+93+114=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D72 is #45A28D. Grayscale: #7B7B7B. Windows color (decimal): -4563598 or 7495098. OLE color: 7495098.

HSL color Cylindrical-coordinate representation of color #BA5D72: hue angle of 346.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D72 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18693114-
CMYK00.50.390.27
HSL346.45º40.26%54.71%-
HSV(B)346.45º50%72.94%-
XYZ27.219.4818.25-
YUV123.2122.81172.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=47.33%
G=23.66%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869311400.50.390.27346.4540.2654.71
HexBA5D72032271B15a2837
Octal27213516206247335325067
Binary1011101010111011110010011001010011111011101011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D72; }

 p { color: rgb(186,93,114); }

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

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

 a { background-color: rgb(186,93,114); }

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

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

 span { border-color: rgb(186,93,114); }

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