#BA696C

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

Shades of Turkish Rose #BA696C

Tints of Turkish Rose #BA696C

Color information

#BA696C (or 0xBA696C) is unknown color: approx Turkish Rose. HEX triplet: BA, 69 and 6C. RGB value is (186,105,108). Sum of RGB (Red+Green+Blue) = 186+105+108=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696C is #459693. Grayscale: #818181. Windows color (decimal): -4560532 or 7104954. OLE color: 7104954.

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

Color convert

RGB186105108-
CMYK00.440.420.27
HSL357.78º36.99%57.06%-
HSV(B)357.78º43.55%72.94%-
XYZ28.0121.6216.89-
YUV129.56115.84168.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=46.62%
G=26.32%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610510800.440.420.27357.7836.9957.06
HexBA696C02C2A1B1662539
Octal27215115405452335464571
Binary1011101011010011101100010110010101011011101100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA696C; }

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

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

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

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

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

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

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

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