#BA686D

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

Shades of Turkish Rose #BA686D

Tints of Turkish Rose #BA686D

Color information

#BA686D (or 0xBA686D) is unknown color: approx Turkish Rose. HEX triplet: BA, 68 and 6D. RGB value is (186,104,109). Sum of RGB (Red+Green+Blue) = 186+104+109=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA686D is #459792. Grayscale: #818181. Windows color (decimal): -4560787 or 7170234. OLE color: 7170234.

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

Color convert

RGB186104109-
CMYK00.440.410.27
HSL356.34º37.27%56.86%-
HSV(B)356.34º44.09%72.94%-
XYZ27.9621.4417.13-
YUV129.09116.67168.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=46.62%
G=26.07%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610410900.440.410.27356.3437.2756.86
HexBA686D02C291B1642539
Octal27215015505451335444571
Binary1011101011010001101101010110010100111011101100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA686D; }

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

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

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

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

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

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

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

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