#BA666C

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

Shades of Turkish Rose #BA666C

Tints of Turkish Rose #BA666C

Color information

#BA666C (or 0xBA666C) is unknown color: approx Turkish Rose. HEX triplet: BA, 66 and 6C. RGB value is (186,102,108). Sum of RGB (Red+Green+Blue) = 186+102+108=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666C is #459993. Grayscale: #7F7F7F. Windows color (decimal): -4561300 or 7104186. OLE color: 7104186.

HSL color Cylindrical-coordinate representation of color #BA666C: hue angle of 355.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA666C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186102108-
CMYK00.450.420.27
HSL355.71º37.84%56.47%-
HSV(B)355.71º45.16%72.94%-
XYZ27.7121.0216.79-
YUV127.8116.83169.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=46.97%
G=25.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610210800.450.420.27355.7137.8456.47
HexBA666C02D2A1B1642638
Octal27214615405552335444670
Binary1011101011001101101100010110110101011011101100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA666C; }

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

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

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

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

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

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

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

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