#BA7778

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

Shades of Turkish Rose #BA7778

Tints of Turkish Rose #BA7778

Color information

#BA7778 (or 0xBA7778) is unknown color: approx Turkish Rose. HEX triplet: BA, 77 and 78. RGB value is (186,119,120). Sum of RGB (Red+Green+Blue) = 186+119+120=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7778 is #458887. Grayscale: #8B8B8B. Windows color (decimal): -4556936 or 7894970. OLE color: 7894970.

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

Color convert

RGB186119120-
CMYK00.360.350.27
HSL359.1º32.68%59.8%-
HSV(B)359.1º36.02%72.94%-
XYZ30.2424.9921-
YUV139.15117.2161.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=43.76%
G=28%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611912000.360.350.27359.132.6859.8
HexBA7778024231B167213c
Octal27216717004443335474174
Binary1011101011101111111000010010010001111011101100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7778; }

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

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

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

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

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

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

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

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