#BA6F70

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

Shades of Turkish Rose #BA6F70

Tints of Turkish Rose #BA6F70

Color information

#BA6F70 (or 0xBA6F70) is unknown color: approx Turkish Rose. HEX triplet: BA, 6F and 70. RGB value is (186,111,112). Sum of RGB (Red+Green+Blue) = 186+111+112=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F70 is #45908F. Grayscale: #858585. Windows color (decimal): -4558992 or 7368634. OLE color: 7368634.

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

Color convert

RGB186111112-
CMYK00.400.400.27
HSL359.2º35.21%58.24%-
HSV(B)359.2º40.32%72.94%-
XYZ28.8622.9818.24-
YUV133.54115.85165.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=45.48%
G=27.14%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611111200.400.400.27359.235.2158.24
HexBA6F70028281B167233a
Octal27215716005050335474372
Binary1011101011011111110000010100010100011011101100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F70; }

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

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

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

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

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

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

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

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