#BA686B

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

Shades of Turkish Rose #BA686B

Tints of Turkish Rose #BA686B

Color information

#BA686B (or 0xBA686B) is unknown color: approx Turkish Rose. HEX triplet: BA, 68 and 6B. RGB value is (186,104,107). Sum of RGB (Red+Green+Blue) = 186+104+107=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686B is #459794. Grayscale: #808080. Windows color (decimal): -4560789 or 7039162. OLE color: 7039162.

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

Color convert

RGB186104107-
CMYK00.440.420.27
HSL357.8º37.27%56.86%-
HSV(B)357.8º44.09%72.94%-
XYZ27.8521.416.57-
YUV128.86115.67168.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=46.85%
G=26.20%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610410700.440.420.27357.837.2756.86
HexBA686B02C2A1B1662539
Octal27215015305452335464571
Binary1011101011010001101011010110010101011011101100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA686B; }

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

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

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

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

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

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

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

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