#BA616C

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

Shades of Blush #BA616C

Tints of Blush #BA616C

Color information

#BA616C (or 0xBA616C) is unknown color: approx Blush. HEX triplet: BA, 61 and 6C. RGB value is (186,97,108). Sum of RGB (Red+Green+Blue) = 186+97+108=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA616C is #459E93. Grayscale: #7C7C7C. Windows color (decimal): -4562580 or 7102906. OLE color: 7102906.

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

Color convert

RGB18697108-
CMYK00.480.420.27
HSL352.58º39.21%55.49%-
HSV(B)352.58º47.85%72.94%-
XYZ27.2320.0716.63-
YUV124.86118.49171.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=47.57%
G=24.81%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869710800.480.420.27352.5839.2155.49
HexBA616C0302A1B1612737
Octal27214115406052335414767
Binary1011101011000011101100011000010101011011101100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA616C; }

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

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

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

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

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

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

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

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