#BA6170

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

Shades of Blush #BA6170

Tints of Blush #BA6170

Color information

#BA6170 (or 0xBA6170) is unknown color: approx Blush. HEX triplet: BA, 61 and 70. RGB value is (186,97,112). Sum of RGB (Red+Green+Blue) = 186+97+112=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6170 is #459E8F. Grayscale: #7D7D7D. Windows color (decimal): -4562576 or 7365050. OLE color: 7365050.

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

Color convert

RGB18697112-
CMYK00.480.400.27
HSL349.89º39.21%55.49%-
HSV(B)349.89º47.85%72.94%-
XYZ27.4520.1617.77-
YUV125.32120.49171.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=47.09%
G=24.56%
B=28.35%

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
Decimal1869711200.480.400.27349.8939.2155.49
HexBA6170030281B15e2737
Octal27214116006050335364767
Binary1011101011000011110000011000010100011011101011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6170; }

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

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

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

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

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

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

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

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