#BA6671

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

Shades of Turkish Rose #BA6671

Tints of Turkish Rose #BA6671

Color information

#BA6671 (or 0xBA6671) is unknown color: approx Turkish Rose. HEX triplet: BA, 66 and 71. RGB value is (186,102,113). Sum of RGB (Red+Green+Blue) = 186+102+113=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6671 is #45998E. Grayscale: #808080. Windows color (decimal): -4561295 or 7431866. OLE color: 7431866.

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

Color convert

RGB186102113-
CMYK00.450.390.27
HSL352.14º37.84%56.47%-
HSV(B)352.14º45.16%72.94%-
XYZ27.9821.1318.23-
YUV128.37119.33169.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=46.38%
G=25.44%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610211300.450.390.27352.1437.8456.47
HexBA667102D271B1602638
Octal27214616105547335404670
Binary1011101011001101110001010110110011111011101100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6671; }

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

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

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

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

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

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

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

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