#BA696D

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

Shades of Turkish Rose #BA696D

Tints of Turkish Rose #BA696D

Color information

#BA696D (or 0xBA696D) is unknown color: approx Turkish Rose. HEX triplet: BA, 69 and 6D. RGB value is (186,105,109). Sum of RGB (Red+Green+Blue) = 186+105+109=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA696D is #459692. Grayscale: #818181. Windows color (decimal): -4560531 or 7170490. OLE color: 7170490.

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

Color convert

RGB186105109-
CMYK00.440.410.27
HSL357.04º36.99%57.06%-
HSV(B)357.04º43.55%72.94%-
XYZ28.0621.6517.17-
YUV129.67116.34168.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=46.5%
G=26.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610510900.440.410.27357.0436.9957.06
HexBA696D02C291B1652539
Octal27215115505451335454571
Binary1011101011010011101101010110010100111011101100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA696D; }

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

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

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

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

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

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

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

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