#BA6B6D

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

Shades of Turkish Rose #BA6B6D

Tints of Turkish Rose #BA6B6D

Color information

#BA6B6D (or 0xBA6B6D) is unknown color: approx Turkish Rose. HEX triplet: BA, 6B and 6D. RGB value is (186,107,109). Sum of RGB (Red+Green+Blue) = 186+107+109=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B6D is #459492. Grayscale: #828282. Windows color (decimal): -4560019 or 7171002. OLE color: 7171002.

HSL color Cylindrical-coordinate representation of color #BA6B6D: hue angle of 358.48º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B6D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186107109-
CMYK00.420.410.27
HSL358.48º36.41%57.45%-
HSV(B)358.48º42.47%72.94%-
XYZ28.2722.0617.24-
YUV130.85115.67167.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=46.27%
G=26.62%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610710900.420.410.27358.4836.4157.45
HexBA6B6D02A291B1662439
Octal27215315505251335464471
Binary1011101011010111101101010101010100111011101100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B6D; }

 p { color: rgb(186,107,109); }

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

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

 a { background-color: rgb(186,107,109); }

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

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

 span { border-color: rgb(186,107,109); }

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