#BA6F73

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

Shades of Turkish Rose #BA6F73

Tints of Turkish Rose #BA6F73

Color information

#BA6F73 (or 0xBA6F73) is unknown color: approx Turkish Rose. HEX triplet: BA, 6F and 73. RGB value is (186,111,115). Sum of RGB (Red+Green+Blue) = 186+111+115=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F73 is #45908C. Grayscale: #858585. Windows color (decimal): -4558989 or 7565242. OLE color: 7565242.

HSL color Cylindrical-coordinate representation of color #BA6F73: hue angle of 356.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F73 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB186111115-
CMYK00.400.380.27
HSL356.8º35.21%58.24%-
HSV(B)356.8º40.32%72.94%-
XYZ29.0323.0519.14-
YUV133.88117.35165.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=45.15%
G=26.94%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611111500.400.380.27356.835.2158.24
HexBA6F73028261B165233a
Octal27215716305046335454372
Binary1011101011011111110011010100010011011011101100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F73; }

 p { color: rgb(186,111,115); }

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

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

 a { background-color: rgb(186,111,115); }

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

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

 span { border-color: rgb(186,111,115); }

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