#BA6673

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

Shades of Turkish Rose #BA6673

Tints of Turkish Rose #BA6673

Color information

#BA6673 (or 0xBA6673) is unknown color: approx Turkish Rose. HEX triplet: BA, 66 and 73. RGB value is (186,102,115). Sum of RGB (Red+Green+Blue) = 186+102+115=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6673 is #45998C. Grayscale: #808080. Windows color (decimal): -4561293 or 7562938. OLE color: 7562938.

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

Color convert

RGB186102115-
CMYK00.450.380.27
HSL350.71º37.84%56.47%-
HSV(B)350.71º45.16%72.94%-
XYZ28.121.1818.83-
YUV128.6120.33168.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=46.15%
G=25.31%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610211500.450.380.27350.7137.8456.47
HexBA667302D261B15f2638
Octal27214616305546335374670
Binary1011101011001101110011010110110011011011101011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6673; }

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

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

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

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

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

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

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

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