#BA6E6F

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

Shades of Turkish Rose #BA6E6F

Tints of Turkish Rose #BA6E6F

Color information

#BA6E6F (or 0xBA6E6F) is unknown color: approx Turkish Rose. HEX triplet: BA, 6E and 6F. RGB value is (186,110,111). Sum of RGB (Red+Green+Blue) = 186+110+111=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E6F is #459190. Grayscale: #848484. Windows color (decimal): -4559249 or 7302842. OLE color: 7302842.

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

Color convert

RGB186110111-
CMYK00.410.400.27
HSL359.21º35.51%58.04%-
HSV(B)359.21º40.86%72.94%-
XYZ28.6922.7417.92-
YUV132.84115.68165.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=45.70%
G=27.03%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611011100.410.400.27359.2135.5158.04
HexBA6E6F029281B167243a
Octal27215615705150335474472
Binary1011101011011101101111010100110100011011101100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E6F; }

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

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

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

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

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

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

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

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