#BA686C

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

Shades of Turkish Rose #BA686C

Tints of Turkish Rose #BA686C

Color information

#BA686C (or 0xBA686C) is unknown color: approx Turkish Rose. HEX triplet: BA, 68 and 6C. RGB value is (186,104,108). Sum of RGB (Red+Green+Blue) = 186+104+108=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686C is #459793. Grayscale: #818181. Windows color (decimal): -4560788 or 7104698. OLE color: 7104698.

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

Color convert

RGB186104108-
CMYK00.440.420.27
HSL357.07º37.27%56.86%-
HSV(B)357.07º44.09%72.94%-
XYZ27.9121.4216.85-
YUV128.97116.17168.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=46.73%
G=26.13%
B=27.14%

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
Decimal18610410800.440.420.27357.0737.2756.86
HexBA686C02C2A1B1652539
Octal27215015405452335454571
Binary1011101011010001101100010110010101011011101100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA686C; }

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

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

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

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

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

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

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

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