#BA616F

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

Shades of Blush #BA616F

Tints of Blush #BA616F

Color information

#BA616F (or 0xBA616F) is unknown color: approx Blush. HEX triplet: BA, 61 and 6F. RGB value is (186,97,111). Sum of RGB (Red+Green+Blue) = 186+97+111=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA616F is #459E90. Grayscale: #7D7D7D. Windows color (decimal): -4562577 or 7299514. OLE color: 7299514.

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

Color convert

RGB18697111-
CMYK00.480.400.27
HSL350.56º39.21%55.49%-
HSV(B)350.56º47.85%72.94%-
XYZ27.3920.1417.48-
YUV125.21119.99171.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=47.21%
G=24.62%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869711100.480.400.27350.5639.2155.49
HexBA616F030281B15f2737
Octal27214115706050335374767
Binary1011101011000011101111011000010100011011101011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA616F; }

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

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

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

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

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

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

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

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