#BA696F

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

Shades of Turkish Rose #BA696F

Tints of Turkish Rose #BA696F

Color information

#BA696F (or 0xBA696F) is unknown color: approx Turkish Rose. HEX triplet: BA, 69 and 6F. RGB value is (186,105,111). Sum of RGB (Red+Green+Blue) = 186+105+111=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696F is #459690. Grayscale: #818181. Windows color (decimal): -4560529 or 7301562. OLE color: 7301562.

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

Color convert

RGB186105111-
CMYK00.440.400.27
HSL355.56º36.99%57.06%-
HSV(B)355.56º43.55%72.94%-
XYZ28.1721.6917.74-
YUV129.9117.34168.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=46.27%
G=26.12%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610511100.440.400.27355.5636.9957.06
HexBA696F02C281B1642539
Octal27215115705450335444571
Binary1011101011010011101111010110010100011011101100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA696F; }

 p { color: rgb(186,105,111); }

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

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

 a { background-color: rgb(186,105,111); }

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

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

 span { border-color: rgb(186,105,111); }

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