#BA757A

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

Shades of Turkish Rose #BA757A

Tints of Turkish Rose #BA757A

Color information

#BA757A (or 0xBA757A) is unknown color: approx Turkish Rose. HEX triplet: BA, 75 and 7A. RGB value is (186,117,122). Sum of RGB (Red+Green+Blue) = 186+117+122=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA757A is #458A85. Grayscale: #8A8A8A. Windows color (decimal): -4557446 or 8025530. OLE color: 8025530.

HSL color Cylindrical-coordinate representation of color #BA757A: hue angle of 355.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA757A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186117122-
CMYK00.370.340.27
HSL355.65º33.33%59.41%-
HSV(B)355.65º37.1%72.94%-
XYZ30.1224.5721.57-
YUV138.2118.86162.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=43.76%
G=27.53%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611712200.370.340.27355.6533.3359.41
HexBA757A025221B164213b
Octal27216517204542335444173
Binary1011101011101011111010010010110001011011101100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA757A; }

 p { color: rgb(186,117,122); }

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

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

 a { background-color: rgb(186,117,122); }

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

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

 span { border-color: rgb(186,117,122); }

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