#BA6D73

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

Shades of Turkish Rose #BA6D73

Tints of Turkish Rose #BA6D73

Color information

#BA6D73 (or 0xBA6D73) is unknown color: approx Turkish Rose. HEX triplet: BA, 6D and 73. RGB value is (186,109,115). Sum of RGB (Red+Green+Blue) = 186+109+115=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D73 is #45928C. Grayscale: #848484. Windows color (decimal): -4559501 or 7564730. OLE color: 7564730.

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

Color convert

RGB186109115-
CMYK00.410.380.27
HSL355.32º35.81%57.84%-
HSV(B)355.32º41.4%72.94%-
XYZ28.8122.6119.07-
YUV132.71118.01166.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=45.37%
G=26.59%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610911500.410.380.27355.3235.8157.84
HexBA6D73029261B163243a
Octal27215516305146335434472
Binary1011101011011011110011010100110011011011101100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D73; }

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

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

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

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

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

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

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

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