#BA616E

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

Shades of Blush #BA616E

Tints of Blush #BA616E

Color information

#BA616E (or 0xBA616E) is unknown color: approx Blush. HEX triplet: BA, 61 and 6E. RGB value is (186,97,110). Sum of RGB (Red+Green+Blue) = 186+97+110=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA616E is #459E91. Grayscale: #7D7D7D. Windows color (decimal): -4562578 or 7233978. OLE color: 7233978.

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

Color convert

RGB18697110-
CMYK00.480.410.27
HSL351.24º39.21%55.49%-
HSV(B)351.24º47.85%72.94%-
XYZ27.3420.1117.19-
YUV125.09119.49171.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=47.33%
G=24.68%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869711000.480.410.27351.2439.2155.49
HexBA616E030291B15f2737
Octal27214115606051335374767
Binary1011101011000011101110011000010100111011101011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA616E; }

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

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

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

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

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

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

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

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