#BA7579

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

Shades of Turkish Rose #BA7579

Tints of Turkish Rose #BA7579

Color information

#BA7579 (or 0xBA7579) is unknown color: approx Turkish Rose. HEX triplet: BA, 75 and 79. RGB value is (186,117,121). Sum of RGB (Red+Green+Blue) = 186+117+121=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7579 is #458A86. Grayscale: #8A8A8A. Windows color (decimal): -4557447 or 7959994. OLE color: 7959994.

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

Color convert

RGB186117121-
CMYK00.370.350.27
HSL356.52º33.33%59.41%-
HSV(B)356.52º37.1%72.94%-
XYZ30.0624.5421.24-
YUV138.09118.36162.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=43.87%
G=27.59%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611712100.370.350.27356.5233.3359.41
HexBA7579025231B165213b
Octal27216517104543335454173
Binary1011101011101011111001010010110001111011101100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7579; }

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

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

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

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

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

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

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

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