#BA5D6E

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

Shades of Blush #BA5D6E

Tints of Blush #BA5D6E

Color information

#BA5D6E (or 0xBA5D6E) is unknown color: approx Blush. HEX triplet: BA, 5D and 6E. RGB value is (186,93,110). Sum of RGB (Red+Green+Blue) = 186+93+110=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D6E is #45A291. Grayscale: #7A7A7A. Windows color (decimal): -4563602 or 7232954. OLE color: 7232954.

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

Color convert

RGB18693110-
CMYK00.50.410.27
HSL349.03º40.26%54.71%-
HSV(B)349.03º50%72.94%-
XYZ26.9819.3917.07-
YUV122.74120.81173.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=47.81%
G=23.91%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869311000.50.410.27349.0340.2654.71
HexBA5D6E032291B15d2837
Octal27213515606251335355067
Binary1011101010111011101110011001010100111011101011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D6E; }

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

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

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

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

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

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

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

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