#BA696A

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

Shades of Turkish Rose #BA696A

Tints of Turkish Rose #BA696A

Color information

#BA696A (or 0xBA696A) is unknown color: approx Turkish Rose. HEX triplet: BA, 69 and 6A. RGB value is (186,105,106). Sum of RGB (Red+Green+Blue) = 186+105+106=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696A is #459695. Grayscale: #818181. Windows color (decimal): -4560534 or 6973882. OLE color: 6973882.

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

Color convert

RGB186105106-
CMYK00.440.430.27
HSL359.26º36.99%57.06%-
HSV(B)359.26º43.55%72.94%-
XYZ27.921.5816.33-
YUV129.33114.84168.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=46.85%
G=26.45%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610510600.440.430.27359.2636.9957.06
HexBA696A02C2B1B1672539
Octal27215115205453335474571
Binary1011101011010011101010010110010101111011101100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA696A; }

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

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

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

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

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

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

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

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