#BA686F

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

Shades of Turkish Rose #BA686F

Tints of Turkish Rose #BA686F

Color information

#BA686F (or 0xBA686F) is unknown color: approx Turkish Rose. HEX triplet: BA, 68 and 6F. RGB value is (186,104,111). Sum of RGB (Red+Green+Blue) = 186+104+111=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686F is #459790. Grayscale: #818181. Windows color (decimal): -4560785 or 7301306. OLE color: 7301306.

HSL color Cylindrical-coordinate representation of color #BA686F: hue angle of 354.88º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA686F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186104111-
CMYK00.440.400.27
HSL354.88º37.27%56.86%-
HSV(B)354.88º44.09%72.94%-
XYZ28.0721.4917.71-
YUV129.32117.67168.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=46.38%
G=25.94%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610411100.440.400.27354.8837.2756.86
HexBA686F02C281B1632539
Octal27215015705450335434571
Binary1011101011010001101111010110010100011011101100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA686F; }

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

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

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

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

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

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

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

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