#BA6B6F

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

Shades of Turkish Rose #BA6B6F

Tints of Turkish Rose #BA6B6F

Color information

#BA6B6F (or 0xBA6B6F) is unknown color: approx Turkish Rose. HEX triplet: BA, 6B and 6F. RGB value is (186,107,111). Sum of RGB (Red+Green+Blue) = 186+107+111=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B6F is #459490. Grayscale: #838383. Windows color (decimal): -4560017 or 7302074. OLE color: 7302074.

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

Color convert

RGB186107111-
CMYK00.420.400.27
HSL356.96º36.41%57.45%-
HSV(B)356.96º42.47%72.94%-
XYZ28.3822.117.81-
YUV131.08116.67167.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=46.04%
G=26.49%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610711100.420.400.27356.9636.4157.45
HexBA6B6F02A281B1652439
Octal27215315705250335454471
Binary1011101011010111101111010101010100011011101100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B6F; }

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

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

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

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

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

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

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

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