#BA6F71

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

Shades of Turkish Rose #BA6F71

Tints of Turkish Rose #BA6F71

Color information

#BA6F71 (or 0xBA6F71) is unknown color: approx Turkish Rose. HEX triplet: BA, 6F and 71. RGB value is (186,111,113). Sum of RGB (Red+Green+Blue) = 186+111+113=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F71 is #45908E. Grayscale: #858585. Windows color (decimal): -4558991 or 7434170. OLE color: 7434170.

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

Color convert

RGB186111113-
CMYK00.400.390.27
HSL358.4º35.21%58.24%-
HSV(B)358.4º40.32%72.94%-
XYZ28.912318.54-
YUV133.65116.35165.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=45.37%
G=27.07%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611111300.400.390.27358.435.2158.24
HexBA6F71028271B166233a
Octal27215716105047335464372
Binary1011101011011111110001010100010011111011101100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F71; }

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

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

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

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

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

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

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

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