#BA7177

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

Shades of Turkish Rose #BA7177

Tints of Turkish Rose #BA7177

Color information

#BA7177 (or 0xBA7177) is unknown color: approx Turkish Rose. HEX triplet: BA, 71 and 77. RGB value is (186,113,119). Sum of RGB (Red+Green+Blue) = 186+113+119=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7177 is #458E88. Grayscale: #878787. Windows color (decimal): -4558473 or 7827898. OLE color: 7827898.

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

Color convert

RGB186113119-
CMYK00.390.360.27
HSL355.07º34.6%58.63%-
HSV(B)355.07º39.25%72.94%-
XYZ29.4823.5820.45-
YUV135.51118.68164.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=44.50%
G=27.03%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611311900.390.360.27355.0734.658.63
HexBA7177027241B163233b
Octal27216116704744335434373
Binary1011101011100011110111010011110010011011101100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7177; }

 p { color: rgb(186,113,119); }

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

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

 a { background-color: rgb(186,113,119); }

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

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

 span { border-color: rgb(186,113,119); }

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