#BA7175

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

Shades of Turkish Rose #BA7175

Tints of Turkish Rose #BA7175

Color information

#BA7175 (or 0xBA7175) is unknown color: approx Turkish Rose. HEX triplet: BA, 71 and 75. RGB value is (186,113,117). Sum of RGB (Red+Green+Blue) = 186+113+117=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7175 is #458E8A. Grayscale: #878787. Windows color (decimal): -4558475 or 7696826. OLE color: 7696826.

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

Color convert

RGB186113117-
CMYK00.390.370.27
HSL356.71º34.6%58.63%-
HSV(B)356.71º39.25%72.94%-
XYZ29.3723.5319.82-
YUV135.28117.68164.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=44.71%
G=27.16%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611311700.390.370.27356.7134.658.63
HexBA7175027251B165233b
Octal27216116504745335454373
Binary1011101011100011110101010011110010111011101100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7175; }

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

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

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

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

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

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

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

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