#BA656C

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

Shades of Turkish Rose #BA656C

Tints of Turkish Rose #BA656C

Color information

#BA656C (or 0xBA656C) is unknown color: approx Turkish Rose. HEX triplet: BA, 65 and 6C. RGB value is (186,101,108). Sum of RGB (Red+Green+Blue) = 186+101+108=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA656C is #459A93. Grayscale: #7F7F7F. Windows color (decimal): -4561556 or 7103930. OLE color: 7103930.

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

Color convert

RGB186101108-
CMYK00.460.420.27
HSL355.06º38.12%56.27%-
HSV(B)355.06º45.7%72.94%-
XYZ27.6120.8316.75-
YUV127.21117.16169.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=47.09%
G=25.57%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610110800.460.420.27355.0638.1256.27
HexBA656C02E2A1B1632638
Octal27214515405652335434670
Binary1011101011001011101100010111010101011011101100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA656C; }

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

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

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

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

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

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

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

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